summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-07-31 20:32:25 +0300
committerMaxim Devaev <[email protected]>2021-07-31 20:32:25 +0300
commit4f1c2a97aa6edbb088cfbd32d6b6a379d94a4ae1 (patch)
tree753bb3f7e1cd3baef030d54ccdd4934cffd99bcd /web
parent2895339f303c1af2512d89ce645eb2a2477be319 (diff)
dark background for pak textarea
Diffstat (limited to 'web')
-rw-r--r--web/share/css/kvm/hid.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/share/css/kvm/hid.css b/web/share/css/kvm/hid.css
index 2e18046c..1f35d893 100644
--- a/web/share/css/kvm/hid.css
+++ b/web/share/css/kvm/hid.css
@@ -25,9 +25,10 @@ textarea#hid-pak-text {
resize: none;
height: 150px;
width: 300px;
+ border: var(--border-default-thin);
border-radius: 4px;
- color: var(--cs-window-default-fg);
- background-color: var(--cs-window-default-bg);
+ color: var(--cs-code-default-fg);
+ background-color: var(--cs-code-default-bg);
-webkit-appearance:none;
}