summaryrefslogtreecommitdiff
path: root/web/share/css
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-04-16 23:45:11 +0300
committerDevaev Maxim <[email protected]>2021-04-16 23:45:11 +0300
commit5794fb1c4604095c0080cb5056fde363e500a202 (patch)
treeebd692373998105a873af439eaafe5c6c0cdab51 /web/share/css
parentba1e636686c827a76c00ed137b16731082dfe4c9 (diff)
pikvm/pikvm#231, pikvm/pikvm#279: pak options
Diffstat (limited to 'web/share/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;
}