Browse Source

fixxxxxx

pull/4/head
GilbN 7 years ago
parent
commit
aec4405de6
  1. 7
      CSS/themes/monitorg-dark.css
  2. 6
      CSS/themes/monitorg.css

7
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;

6
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;

Loading…
Cancel
Save