1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

fixed color on single stat panels

This commit is contained in:
GilbN 2018-12-07 17:19:23 +01:00
parent dd41143205
commit 5fbfd75c54
2 changed files with 4 additions and 4 deletions

View File

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

View File

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