diff options
Diffstat (limited to 'web/css/kvm/hid.css')
-rw-r--r-- | web/css/kvm/hid.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/web/css/kvm/hid.css b/web/css/kvm/hid.css new file mode 100644 index 00000000..8c420fe9 --- /dev/null +++ b/web/css/kvm/hid.css @@ -0,0 +1,21 @@ +textarea#hid-pak-text { + display: block; + resize: none; + width: 100%; + height: 40px; + color: var(--fg-color-dark); + background-color: var(--bg-color-light); + 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; +} |