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.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/web/share/css/kvm/hid.css b/web/share/css/kvm/hid.css
index 10daad98..d32c3d98 100644
--- a/web/share/css/kvm/hid.css
+++ b/web/share/css/kvm/hid.css
@@ -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;
}