From 9a7b98b3399a3fc032df51b4aff40261498490a8 Mon Sep 17 00:00:00 2001 From: gilbN Date: Thu, 13 Jun 2019 23:03:17 +0200 Subject: [PATCH] organizr: fixed default "check" in tab editor --- CSS/themes/organizr-hotline.css | 2 +- CSS/themes/organizr-marine.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index c71aa0aa..551569bb 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -298,7 +298,7 @@ color: white !important; border: white !important; } - .progress-bar-info, .radio-purple input[type=radio]+label::after, .radio-purple input[type=radio]:checked+label::after { + .progress-bar-info { background: rgba(0, 0, 0, 0.25) !important; } .progress-bar-inverse, .progress { diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index 727e87e8..8715f9f4 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -298,7 +298,7 @@ color: white !important; border: white !important; } - .progress-bar-info, .radio-purple input[type=radio]+label::after, .radio-purple input[type=radio]:checked+label::after { + .progress-bar-info { background: rgba(0, 0, 0, 0.25) !important; } .progress-bar-inverse, .progress {