1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-17 23:49:37 +02:00

removed panel border

This commit is contained in:
GilbN 2018-12-07 18:20:10 +01:00
parent 5fbfd75c54
commit 7d10ff7eea
2 changed files with 4 additions and 2 deletions

View File

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

View File

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