Browse Source

Update portainer-base.css

Fix for https://github.com/GilbN/theme.park/issues/259
pull/262/head
Dulanic 4 years ago
committed by GitHub
parent
commit
f1e7a728f3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CSS/themes/portainer/portainer-base.css

4
CSS/themes/portainer/portainer-base.css

@ -136,7 +136,7 @@ ul.sidebar .sidebar-list a {
}
.panel-body {
background-color: transparent;
background-color: transparent !important;
}
/* SIDEBAR */
@ -709,4 +709,4 @@ pre {
.widget .widget-body table thead tr:hover {
background-color: rgba(0, 0, 0, .35) !important;
background: rgba(0, 0, 0, .35) !important;
}
}

Loading…
Cancel
Save