diff --git a/www/data/css/styles.css b/www/data/css/styles.css index 3299da2..e394ff8 100644 --- a/www/data/css/styles.css +++ b/www/data/css/styles.css @@ -148,7 +148,8 @@ body { margin: 5px 0; } .iconbutton_light:hover { cursor: pointer; - background-color: #555; } + background-color: #555; + color: #CCC; } .iconbutton_light svg { width: 14pt; height: 14pt; diff --git a/www/data/css/styles.min.css b/www/data/css/styles.min.css index f1b0ec0..b79c0a6 100644 --- a/www/data/css/styles.min.css +++ b/www/data/css/styles.min.css @@ -28,7 +28,7 @@ body{background-color:#EEE;color:#CCC;font-family:serif} .iconbutton svg{width:14pt;height:14pt;margin:0 4px;fill:#CCC} .iconbutton span{flex-grow:1;text-align:center;font-size:14pt} .iconbutton_light{display:flex;justify-content:center;align-items:center;background:#888;color:#222;text-decoration:none;border:1px solid #000;margin:5px 0} -.iconbutton_light:hover{cursor:pointer;background-color:#555} +.iconbutton_light:hover{cursor:pointer;background-color:#555;color:#CCC} .iconbutton_light svg{width:14pt;height:14pt;margin:0 4px;fill:#000} .iconbutton_light span{flex-grow:1;text-align:center;font-size:14pt} .stripedtable_container{overflow-x:auto} diff --git a/www/data/css/styles_global.scss b/www/data/css/styles_global.scss index e6221b8..4694791 100644 --- a/www/data/css/styles_global.scss +++ b/www/data/css/styles_global.scss @@ -168,6 +168,7 @@ body { &:hover { cursor: pointer; background-color: #555; + color:#CCC; } svg { width: 14pt;