From 23704249a83e2c604905394d80cdf6edeca1be81 Mon Sep 17 00:00:00 2001 From: GilbN Date: Thu, 17 Jan 2019 21:35:31 +0100 Subject: [PATCH] added hover --- CSS/themes/monitorg-dark.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CSS/themes/monitorg-dark.css b/CSS/themes/monitorg-dark.css index 6c6ef108..4e477bbe 100644 --- a/CSS/themes/monitorg-dark.css +++ b/CSS/themes/monitorg-dark.css @@ -155,12 +155,43 @@ 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; } +/*Service tile*/ .col-lg-4 { background-color: rgba(0,0,0,.15) !important; margin: 1rem .1rem 1.5rem 1rem !important; width: 9rem !important; box-shadow: none; } +.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; +} +.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;