mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
dark background for pak textarea
This commit is contained in:
parent
2895339f30
commit
4f1c2a97aa
@ -25,9 +25,10 @@ textarea#hid-pak-text {
|
|||||||
resize: none;
|
resize: none;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
border: var(--border-default-thin);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
color: var(--cs-window-default-fg);
|
color: var(--cs-code-default-fg);
|
||||||
background-color: var(--cs-window-default-bg);
|
background-color: var(--cs-code-default-bg);
|
||||||
-webkit-appearance:none;
|
-webkit-appearance:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user