From 528e17d1cc4ed0d4a70c8bd59ecd5da1ad771378 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 20 Jan 2019 13:00:29 +0100 Subject: [PATCH] removed hover shadow on tile title --- CSS/themes/monitorg-dark.css | 4 ++++ CSS/themes/monitorg-plex.css | 5 ++++- CSS/themes/monitorg.css | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) 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;