diff --git a/CSS/themes/monitorg.css b/CSS/themes/monitorg.css index 5f6d9493..6c911a24 100644 --- a/CSS/themes/monitorg.css +++ b/CSS/themes/monitorg.css @@ -69,12 +69,38 @@ box-shadow: none; 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; } -.col-lg-4 { - background-color: rgba(0,0,0,.15) !important; +/*Service tile*/ +.col-lg-4:hover { + background-color: hsla(0,0%,100%,.08) !important; margin: 1rem .1rem 1.5rem 1rem !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 { background-color: rgba(0,0,0,.15) !important; color: #fff !important;