diff --git a/CSS/themes/monitorg-dark.css b/CSS/themes/monitorg-dark.css index 9c863e53..99a911c1 100644 --- a/CSS/themes/monitorg-dark.css +++ b/CSS/themes/monitorg-dark.css @@ -199,6 +199,10 @@ box-shadow: none; -o-transition: none !important; transition: none !important; } +#servicetitle:hover, #servicetitle:focus { + text-shadow: none !important; + font-weight: inherit !important; +} #clock { background-color: rgba(0,0,0,.15) !important; color: #fff !important; diff --git a/CSS/themes/monitorg-plex.css b/CSS/themes/monitorg-plex.css index 9e336d71..63d443c4 100644 --- a/CSS/themes/monitorg-plex.css +++ b/CSS/themes/monitorg-plex.css @@ -209,7 +209,10 @@ box-shadow: none; -o-transition: none !important; transition: none !important; } - +#servicetitle:hover, #servicetitle:focus { + text-shadow: none !important; + font-weight: inherit !important; +} #clock { background-color: rgba(0,0,0,.15) !important; diff --git a/CSS/themes/monitorg.css b/CSS/themes/monitorg.css index 7501cc47..f700fd36 100644 --- a/CSS/themes/monitorg.css +++ b/CSS/themes/monitorg.css @@ -106,6 +106,10 @@ box-shadow: none; -o-transition: none !important; transition: none !important; } +#servicetitle:hover, #servicetitle:focus { + text-shadow: none !important; + font-weight: inherit !important; +} #clock { background-color: rgba(0,0,0,.15) !important;