Browse Source

fixed color on single stat panels

pull/4/head
GilbN 6 years ago
parent
commit
5fbfd75c54
  1. 4
      CSS/themes/graforg.css
  2. 4
      CSS/themes/grafplex.css

4
CSS/themes/graforg.css

@ -122,11 +122,11 @@ div.flot-text {
/* PANEL BACKGROUND COLOR*/
.panel-container {
background-color: rgba(0, 0, 0, .25) !important;
background-color: rgba(0, 0, 0, .25);
border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.panel-container.panel-transparent {
background-color: rgba(0, 0, 0, .25) !important;
background-color: rgba(0, 0, 0, .25);
}
.panel-header:hover {
background-color: rgba(0, 0, 0, 0.25) !important;

4
CSS/themes/grafplex.css

@ -183,11 +183,11 @@ color:#FFFFFF !important;
/* PANEL BACKGROUND COLOR*/
.panel-container {
background-color: rgba(0, 0, 0, .25) !important;
background-color: rgba(0, 0, 0, .25);
border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.panel-container.panel-transparent {
background-color: rgba(0, 0, 0, .25) !important;
background-color: rgba(0, 0, 0, .25);
}
.panel-header:hover {
background-color: rgba(0, 0, 0, 0.25) !important;

Loading…
Cancel
Save