removed hover shadow on tile title

This commit is contained in:
GilbN 2019-01-20 13:00:29 +01:00
parent f5c74290b1
commit 528e17d1cc
3 changed files with 12 additions and 1 deletions

View File

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

View File

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

View File

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