From aec4405de649eb8fa57200a46fd10150e511c51c Mon Sep 17 00:00:00 2001 From: GilbN Date: Thu, 17 Jan 2019 21:43:05 +0100 Subject: [PATCH] fixxxxxx --- CSS/themes/monitorg-dark.css | 7 +++++++ CSS/themes/monitorg.css | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/CSS/themes/monitorg-dark.css b/CSS/themes/monitorg-dark.css index 4e477bbe..9c863e53 100644 --- a/CSS/themes/monitorg-dark.css +++ b/CSS/themes/monitorg-dark.css @@ -162,6 +162,13 @@ box-shadow: none; width: 9rem !important; box-shadow: none; } +/*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; diff --git a/CSS/themes/monitorg.css b/CSS/themes/monitorg.css index 6c911a24..7501cc47 100644 --- a/CSS/themes/monitorg.css +++ b/CSS/themes/monitorg.css @@ -70,6 +70,12 @@ box-shadow: none; 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;