repo: janusweb
action: commit
revision: 
path_from: 
revision_from: e53c38505acfcfe5a2c542f1c7a217db573fc150:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit e53c38505acfcfe5a2c542f1c7a217db573fc150
Author: James Baicoianu 
Date:   Sat May 1 23:27:59 2021 -0700

    Hover states for buttons and sliders

diff --git a/media/assets/webui/themes/default.css b/media/assets/webui/themes/default.css
index f8687634f63ba396d3237ecbdb90a1288b4d53d3..
index ..4b502d5e6e9a2d804bebdabfd6e206e2d122d462 100644
--- a/media/assets/webui/themes/default.css
+++ b/media/assets/webui/themes/default.css
@@ -490,6 +490,9 @@ ui-toggle>div {
   margin: .2em .8em .2em .4em;
   background: #333;
 }
+ui-toggle[hover]>div {
+  background: #444;
+}
 ui-toggle[align="left"]>div {
   order: -1;
 }
@@ -644,6 +647,9 @@ ui-slider>ui-slider-track {
   cursor: pointer;
   position: relative;
 }
+ui-slider>ui-slider-track[hover] {
+  background: #46db76;
+}
 ui-slider-handle {
   display: block;
   position: absolute;

-----END OF PAGE-----