Browse Source

organizr: fixed default "check" in tab editor

pull/11/head
gilbN 6 years ago
parent
commit
9a7b98b339
  1. 2
      CSS/themes/organizr-hotline.css
  2. 2
      CSS/themes/organizr-marine.css

2
CSS/themes/organizr-hotline.css

@ -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 {

2
CSS/themes/organizr-marine.css

@ -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 {

Loading…
Cancel
Save