This commit is contained in:
Devaev Maxim
2021-04-16 23:45:11 +03:00
parent ba1e636686
commit 5794fb1c46
7 changed files with 134 additions and 60 deletions

View File

@@ -23,22 +23,21 @@
textarea#hid-pak-text {
display: block;
resize: none;
height: 60px;
width: 100%;
height: 40px;
border-radius: 4px;
color: var(--cs-window-default-fg);
background-color: var(--cs-window-default-bg);
border: none;
outline: 0 !important;
-webkit-appearance:none;
}
textarea#hid-pak-text::-moz-placeholder {
line-height: 40px;
line-height: 60px;
text-align: center;
}
textarea#hid-pak-text::-webkit-input-placeholder {
line-height: 40px;
line-height: 60px;
text-align: center;
}