Browse Source

added hover

pull/4/head
GilbN 6 years ago
parent
commit
b98549dcc3
  1. 32
      CSS/themes/monitorg.css

32
CSS/themes/monitorg.css

@ -69,12 +69,38 @@ box-shadow: none;
background-color: rgba(0,0,0,.0) !important; background-color: rgba(0,0,0,.0) !important;
box-shadow: 0px 0px 0px 0px #ffffff00, 0px 0px 0px 0px #ffffff00, 10px 0px 10px 0px #ffffff00, -10px 0px 10px 2px #ffffff00 !important; box-shadow: 0px 0px 0px 0px #ffffff00, 0px 0px 0px 0px #ffffff00, 10px 0px 10px 0px #ffffff00, -10px 0px 10px 2px #ffffff00 !important;
} }
.col-lg-4 { /*Service tile*/
background-color: rgba(0,0,0,.15) !important; .col-lg-4:hover {
background-color: hsla(0,0%,100%,.08) !important;
margin: 1rem .1rem 1.5rem 1rem !important; margin: 1rem .1rem 1.5rem 1rem !important;
width: 9rem !important; width: 9rem !important;
box-shadow: none; box-shadow: none;
} }
.servicetile, .servicetile:hover, .servicetile:focus {
color: #ffffff;
text-shadow: none !important;
text-decoration: none !important;
outline: 0;
font-weight: inherit !important;
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.servicetile {
color: #ffffff;
text-shadow: none !important;
text-decoration: none !important;
outline: 0;
font-weight: inherit !important;
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !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;

Loading…
Cancel
Save