summaryrefslogtreecommitdiff
path: root/web/share/css/kvm/hid.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/share/css/kvm/hid.css')
-rw-r--r--web/share/css/kvm/hid.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/web/share/css/kvm/hid.css b/web/share/css/kvm/hid.css
new file mode 100644
index 00000000..6663a85c
--- /dev/null
+++ b/web/share/css/kvm/hid.css
@@ -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;
+}