removed hover shadow on tile title
This commit is contained in:
parent
f5c74290b1
commit
528e17d1cc
@ -199,6 +199,10 @@ box-shadow: none;
|
|||||||
-o-transition: none !important;
|
-o-transition: none !important;
|
||||||
transition: none !important;
|
transition: none !important;
|
||||||
}
|
}
|
||||||
|
#servicetitle:hover, #servicetitle:focus {
|
||||||
|
text-shadow: none !important;
|
||||||
|
font-weight: inherit !important;
|
||||||
|
}
|
||||||
#clock {
|
#clock {
|
||||||
background-color: rgba(0,0,0,.15) !important;
|
background-color: rgba(0,0,0,.15) !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
|
|||||||
@ -209,7 +209,10 @@ box-shadow: none;
|
|||||||
-o-transition: none !important;
|
-o-transition: none !important;
|
||||||
transition: none !important;
|
transition: none !important;
|
||||||
}
|
}
|
||||||
|
#servicetitle:hover, #servicetitle:focus {
|
||||||
|
text-shadow: none !important;
|
||||||
|
font-weight: inherit !important;
|
||||||
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
background-color: rgba(0,0,0,.15) !important;
|
background-color: rgba(0,0,0,.15) !important;
|
||||||
|
|||||||
@ -106,6 +106,10 @@ box-shadow: none;
|
|||||||
-o-transition: none !important;
|
-o-transition: none !important;
|
||||||
transition: none !important;
|
transition: none !important;
|
||||||
}
|
}
|
||||||
|
#servicetitle:hover, #servicetitle:focus {
|
||||||
|
text-shadow: none !important;
|
||||||
|
font-weight: inherit !important;
|
||||||
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
background-color: rgba(0,0,0,.15) !important;
|
background-color: rgba(0,0,0,.15) !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user