From f1e7a728f309d0ada4675545178981425a6f0259 Mon Sep 17 00:00:00 2001 From: Dulanic <2948206+Dulanic@users.noreply.github.com> Date: Wed, 29 Sep 2021 08:02:26 -0500 Subject: [PATCH] Update portainer-base.css Fix for https://github.com/GilbN/theme.park/issues/259 --- CSS/themes/portainer/portainer-base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/portainer/portainer-base.css b/CSS/themes/portainer/portainer-base.css index 5e6a400d..052f98de 100644 --- a/CSS/themes/portainer/portainer-base.css +++ b/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; -} \ No newline at end of file +}