summaryrefslogtreecommitdiff
path: root/web/css
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-10-06 03:23:03 +0300
committerDevaev Maxim <[email protected]>2018-10-06 03:23:03 +0300
commitf3478dc24153ffbf3043efa29f465aaee3bb7ba8 (patch)
treef0197a395edc4ad31a67c87dc441f351dd8a274f /web/css
parent576ed9e18ed131df4e7065fe5513f55b57cba6ec (diff)
refactoring
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.css2
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);