From 7b457efa710892ad6d719bb36c0de551a9f96373 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 11 Aug 2019 13:39:49 +0200 Subject: [PATCH] changed progress bar color --- CSS/themes/organizr/organizr-base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/organizr/organizr-base.css b/CSS/themes/organizr/organizr-base.css index efc357a7..317f6451 100644 --- a/CSS/themes/organizr/organizr-base.css +++ b/CSS/themes/organizr/organizr-base.css @@ -514,7 +514,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { border: white !important; } .progress-bar-info { - background: rgba(0, 0, 0, 0.25) !important; + background: rgba(255, 255, 255, 0.25) !important; } .progress-bar-inverse, .progress { background: rgba(0, 0, 0, 0.25) !important; @@ -750,4 +750,4 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { .splash-badge i.fa-home:before { position: absolute !important; left: -2px !important; -} \ No newline at end of file +}