Browse Source

color txt

pull/1/head
GilbN 7 years ago
parent
commit
c9503c93b3
  1. 4
      CSS/themes/graforg.css

4
CSS/themes/graforg.css

@ -6,6 +6,9 @@ body {
.main-view { .main-view {
background: linear-gradient(180deg,#ffffff00 10px,#ffffff00 100px) !important; background: linear-gradient(180deg,#ffffff00 10px,#ffffff00 100px) !important;
} }
div.flot-text {
color: #FFF !important;
}
/* Hide sidemenu */ /* Hide sidemenu */
.sidemenu { .sidemenu {
@ -73,6 +76,7 @@ body {
.gf-form-label { .gf-form-label {
background-color: rgba(0, 0, 0, 0.25) !important; background-color: rgba(0, 0, 0, 0.25) !important;
border: none !important; border: none !important;
color: #FFF !important;
} }
.gf-form-input:focus { .gf-form-input:focus {
color: #FFF !important; color: #FFF !important;

Loading…
Cancel
Save