summaryrefslogtreecommitdiff
path: root/flatly/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'flatly/bootstrap.css')
-rw-r--r--flatly/bootstrap.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css
index f6fa3ac5..9d5b6e0e 100644
--- a/flatly/bootstrap.css
+++ b/flatly/bootstrap.css
@@ -5886,7 +5886,8 @@ input:focus {
box-shadow: none;
}
.has-warning .help-block,
-.has-warning .control-label {
+.has-warning .control-label,
+.has-warning .form-control-feedback {
color: #f39c12;
}
.has-warning .form-control,
@@ -5894,7 +5895,8 @@ input:focus {
border: 2px solid #f39c12;
}
.has-error .help-block,
-.has-error .control-label {
+.has-error .control-label,
+.has-error .form-control-feedback {
color: #e74c3c;
}
.has-error .form-control,
@@ -5902,7 +5904,8 @@ input:focus {
border: 2px solid #e74c3c;
}
.has-success .help-block,
-.has-success .control-label {
+.has-success .control-label,
+.has-success .form-control-feedback {
color: #18bc9c;
}
.has-success .form-control,