summaryrefslogtreecommitdiff
path: root/cyborg/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'cyborg/bootstrap.css')
-rw-r--r--cyborg/bootstrap.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/cyborg/bootstrap.css b/cyborg/bootstrap.css
index 060aca8d..235429bb 100644
--- a/cyborg/bootstrap.css
+++ b/cyborg/bootstrap.css
@@ -5820,7 +5820,8 @@ table .text-muted,
background-color: #181818;
}
.has-warning .help-block,
-.has-warning .control-label {
+.has-warning .control-label,
+.has-warning .form-control-feedback {
color: #ff8800;
}
.has-warning .form-control,
@@ -5828,7 +5829,8 @@ table .text-muted,
border-color: #ff8800;
}
.has-error .help-block,
-.has-error .control-label {
+.has-error .control-label,
+.has-error .form-control-feedback {
color: #cc0000;
}
.has-error .form-control,
@@ -5836,7 +5838,8 @@ table .text-muted,
border-color: #cc0000;
}
.has-success .help-block,
-.has-success .control-label {
+.has-success .control-label,
+.has-success .form-control-feedback {
color: #77b300;
}
.has-success .form-control,