diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index eed6e5792ca..4d2c6947f61 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2831,11 +2831,7 @@ div.tabBar .noborder { border-radius: 4px; } .boxstats:hover { - - background: rgb() !important; - - background-color: #; - + box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20); } span.boxstatstext { opacity: 0.8; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 16dce1c5206..53f44060ae3 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2712,11 +2712,7 @@ div.tabBar .noborder { min-height: 38px; } .boxstats:hover { - - background: rgb() !important; - - background-color: #; - + box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20); } span.boxstatstext { /* opacity: 0.9; Disabled. This make text on top of left menu in smartphone size */