Browse Source

removed hover shadow on tile title

pull/4/head
GilbN 6 years ago
parent
commit
528e17d1cc
  1. 4
      CSS/themes/monitorg-dark.css
  2. 5
      CSS/themes/monitorg-plex.css
  3. 4
      CSS/themes/monitorg.css

4
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;

5
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;

4
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;

Loading…
Cancel
Save