diff options
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/hid.css (renamed from web/css/shortcuts.css) | 6 | ||||
-rw-r--r-- | web/css/leds.css | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/web/css/shortcuts.css b/web/css/hid.css index a96716ab..8c420fe9 100644 --- a/web/css/shortcuts.css +++ b/web/css/hid.css @@ -1,4 +1,4 @@ -textarea#pak-text { +textarea#hid-pak-text { display: block; resize: none; width: 100%; @@ -10,12 +10,12 @@ textarea#pak-text { -webkit-appearance:none; } -textarea#pak-text::-moz-placeholder { +textarea#hid-pak-text::-moz-placeholder { line-height: 40px; text-align: center; } -textarea#pak-text::-webkit-input-placeholder { +textarea#hid-pak-text::-webkit-input-placeholder { line-height: 40px; text-align: center; } diff --git a/web/css/leds.css b/web/css/leds.css index c5c122e3..ba8559b3 100644 --- a/web/css/leds.css +++ b/web/css/leds.css @@ -37,7 +37,7 @@ img.led-hdd-busy { } img.led-msd-writing, -img.led-pak-typing { +img.led-hid-pak-typing { -webkit-filter: var(--led-filter-yellow); filter: var(--led-filter-yellow); -webkit-animation: var(--led-spin-fast); |