summaryrefslogtreecommitdiff
path: root/web/css/kvm/hid.css
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-12-15 04:29:40 +0300
committerDevaev Maxim <[email protected]>2018-12-15 04:29:40 +0300
commit3c33bd37190772a783369894e209bcfe0858177a (patch)
treee095f08f37371a3182f6ced0b280c4bcaa06983b /web/css/kvm/hid.css
parent3445766a50eab16a96d969397a6fe0422f7cfcd2 (diff)
own auth
Diffstat (limited to 'web/css/kvm/hid.css')
-rw-r--r--web/css/kvm/hid.css21
1 files changed, 0 insertions, 21 deletions
diff --git a/web/css/kvm/hid.css b/web/css/kvm/hid.css
deleted file mode 100644
index 6663a85c..00000000
--- a/web/css/kvm/hid.css
+++ /dev/null
@@ -1,21 +0,0 @@
-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;
-}