This commit is contained in:
Devaev Maxim
2018-12-15 04:29:40 +03:00
parent 3445766a50
commit 3c33bd3719
74 changed files with 388 additions and 136 deletions

21
web/share/css/kvm/hid.css Normal file
View File

@@ -0,0 +1,21 @@
textarea#hid-pak-text {
display: block;
resize: none;
width: 100%;
height: 40px;
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;
text-align: center;
}
textarea#hid-pak-text::-webkit-input-placeholder {
line-height: 40px;
text-align: center;
}