organizr: fixed default "check" in tab editor

This commit is contained in:
gilbN 2019-06-13 23:03:17 +02:00
parent d3b2d27cd5
commit 9a7b98b339
2 changed files with 2 additions and 2 deletions

View File

@ -298,7 +298,7 @@
color: white !important; color: white !important;
border: 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; background: rgba(0, 0, 0, 0.25) !important;
} }
.progress-bar-inverse, .progress { .progress-bar-inverse, .progress {

View File

@ -298,7 +298,7 @@
color: white !important; color: white !important;
border: 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; background: rgba(0, 0, 0, 0.25) !important;
} }
.progress-bar-inverse, .progress { .progress-bar-inverse, .progress {