summaryrefslogtreecommitdiff
path: root/web/share
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-12-10 18:19:36 +0300
committerMaxim Devaev <[email protected]>2022-12-10 18:19:36 +0300
commitd683149b38742dba05fa7d33e2e76f8e4c64d7a6 (patch)
treeb48e8aac3360909a602b92e116117b36451e5559 /web/share
parent392b8c3f9e76213cafa92e1e1b3c1b20cafd1834 (diff)
pikvm/pikvm#878: Added Japanese keys
Diffstat (limited to 'web/share')
-rw-r--r--web/share/css/keypad.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/web/share/css/keypad.css b/web/share/css/keypad.css
index f3f16834..5c6e4668 100644
--- a/web/share/css/keypad.css
+++ b/web/share/css/keypad.css
@@ -54,22 +54,25 @@ div.keypad div.keypad-row div.spacer-fixed {
div.keypad div.key,
div.keypad div.modifier,
div.keypad div.empty {
+ vertical-align: top;
+ font-size: 0.9em;
+ text-align: center;
box-sizing: border-box;
padding: 0;
width: 40px;
+ height: 40px;
+}
+div.keypad div.empty {
+ border: thin solid transparent;
}
div.keypad div.key,
div.keypad div.modifier {
- font-size: 0.9em;
- text-align: center;
- vertical-align: top;
box-shadow: var(--shadow-micro);
border: var(--border-key-thin);
border-radius: 6px;
color: var(--cs-key-default-fg);
background-color: var(--cs-key-default-bg);
cursor: pointer;
- height: 40px;
}
div.keypad div.key:hover,
div.keypad div.modifier:hover {