summaryrefslogtreecommitdiff
path: root/darkly/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'darkly/bootstrap.css')
-rw-r--r--darkly/bootstrap.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/darkly/bootstrap.css b/darkly/bootstrap.css
index d399a919..7bcc9cda 100644
--- a/darkly/bootstrap.css
+++ b/darkly/bootstrap.css
@@ -6944,6 +6944,10 @@ textarea:focus {
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
+.has-warning.radio label,
+.has-warning.checkbox label,
+.has-warning.radio-inline label,
+.has-warning.checkbox-inline label,
.has-warning .form-control-feedback {
color: #f39c12;
}
@@ -6961,6 +6965,10 @@ textarea:focus {
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
+.has-error.radio label,
+.has-error.checkbox label,
+.has-error.radio-inline label,
+.has-error.checkbox-inline label,
.has-error .form-control-feedback {
color: #e74c3c;
}
@@ -6978,6 +6986,10 @@ textarea:focus {
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
+.has-success.radio label,
+.has-success.checkbox label,
+.has-success.radio-inline label,
+.has-success.checkbox-inline label,
.has-success .form-control-feedback {
color: #00bc8c;
}