fixed color on single stat panels
This commit is contained in:
parent
dd41143205
commit
5fbfd75c54
@ -122,11 +122,11 @@ div.flot-text {
|
|||||||
|
|
||||||
/* PANEL BACKGROUND COLOR*/
|
/* PANEL BACKGROUND COLOR*/
|
||||||
.panel-container {
|
.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;
|
border: 1px solid rgba(255, 255, 255, 0.1) !important;
|
||||||
}
|
}
|
||||||
.panel-container.panel-transparent {
|
.panel-container.panel-transparent {
|
||||||
background-color: rgba(0, 0, 0, .25) !important;
|
background-color: rgba(0, 0, 0, .25);
|
||||||
}
|
}
|
||||||
.panel-header:hover {
|
.panel-header:hover {
|
||||||
background-color: rgba(0, 0, 0, 0.25) !important;
|
background-color: rgba(0, 0, 0, 0.25) !important;
|
||||||
|
|||||||
@ -183,11 +183,11 @@ color:#FFFFFF !important;
|
|||||||
|
|
||||||
/* PANEL BACKGROUND COLOR*/
|
/* PANEL BACKGROUND COLOR*/
|
||||||
.panel-container {
|
.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;
|
border: 1px solid rgba(255, 255, 255, 0.1) !important;
|
||||||
}
|
}
|
||||||
.panel-container.panel-transparent {
|
.panel-container.panel-transparent {
|
||||||
background-color: rgba(0, 0, 0, .25) !important;
|
background-color: rgba(0, 0, 0, .25);
|
||||||
}
|
}
|
||||||
.panel-header:hover {
|
.panel-header:hover {
|
||||||
background-color: rgba(0, 0, 0, 0.25) !important;
|
background-color: rgba(0, 0, 0, 0.25) !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user