Dulanic
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
CSS/themes/portainer/portainer-base.css
|
@ -136,7 +136,7 @@ ul.sidebar .sidebar-list a { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.panel-body { |
|
|
.panel-body { |
|
|
background-color: transparent; |
|
|
background-color: transparent !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* SIDEBAR */ |
|
|
/* SIDEBAR */ |
|
@ -709,4 +709,4 @@ pre { |
|
|
.widget .widget-body table thead tr:hover { |
|
|
.widget .widget-body table thead tr:hover { |
|
|
background-color: rgba(0, 0, 0, .35) !important; |
|
|
background-color: rgba(0, 0, 0, .35) !important; |
|
|
background: rgba(0, 0, 0, .35) !important; |
|
|
background: rgba(0, 0, 0, .35) !important; |
|
|
} |
|
|
} |
|
|