summaryrefslogtreecommitdiff
path: root/kvmd/web/css
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-16 09:42:30 +0300
committerDevaev Maxim <[email protected]>2018-07-16 09:42:30 +0300
commit660ebbf35a81edd99f109d8a68b8691a515e8196 (patch)
tree72804b9cb2d5e8cd6fbb8498414ebd1464963a1d /kvmd/web/css
parent211401b52c1d334b50dede28bab0a3a6e056992e (diff)
svg icons
Diffstat (limited to 'kvmd/web/css')
-rw-r--r--kvmd/web/css/main.css32
1 files changed, 19 insertions, 13 deletions
diff --git a/kvmd/web/css/main.css b/kvmd/web/css/main.css
index 95eee02e..70e34f2c 100644
--- a/kvmd/web/css/main.css
+++ b/kvmd/web/css/main.css
@@ -21,22 +21,28 @@ img.stream-image-inactive {
filter: grayscale(100%);
}
-div#atx-power-led, div#hid-mouse-led, div#msd-led {
- font-weight: bold;
- font-size: 150%;
+img#atx-power-led,
+img#hid-mouse-led,
+img#msd-led,
+img#atx-hdd-led,
+img#stream-led,
+img#hid-keyboard-led {
+ height: 24px;
}
-div#atx-hdd-led, div#stream-led, div#hid-keyboard-led {
- font-size: 150%;
+img.led-on {
+ filter: invert(.5) sepia(1) saturate(5) hue-rotate(100deg);
}
-div.led-on {
- color: #00ce00;
+img.led-off {
+ filter: invert(.5);
}
-div.led-off {
- color: grey;
-}
-div.led-busy {
- color: #ff373a;
+img.led-busy {
+ /*color: #ff373a;*/
+ filter: invert(.5) sepia(1) saturate(15) hue-rotate(320deg);
}
-button#stream-reset-button button#atx-power-button, button#atx-reset-button {
+button#stream-reset-button,
+button#atx-power-button,
+button#atx-power-button-long,
+button#atx-reset-button {
+ height: 24px;
}