mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-09 04:32:36 +01:00
Removed forcing background on transparent panels
This commit is contained in:
parent
0b55b7e31f
commit
65a0256b6e
@ -151,7 +151,7 @@ div.flot-text {
|
||||
border: transparent;
|
||||
}
|
||||
.panel-container.panel-transparent {
|
||||
background-color: rgba(0, 0, 0, .25);
|
||||
background-color: transparent;
|
||||
border: transparent;
|
||||
}
|
||||
.panel-header:hover {
|
||||
|
@ -192,7 +192,7 @@ color:#FFFFFF !important;
|
||||
border: transparent;
|
||||
}
|
||||
.panel-container.panel-transparent {
|
||||
background-color: rgba(0, 0, 0, .25);
|
||||
background-color: transparent;
|
||||
border: transparent;
|
||||
}
|
||||
.panel-header:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user