summaryrefslogtreecommitdiff
path: root/darkly/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'darkly/bootstrap.css')
-rw-r--r--darkly/bootstrap.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/darkly/bootstrap.css b/darkly/bootstrap.css
index 90d0faa7..3295be56 100644
--- a/darkly/bootstrap.css
+++ b/darkly/bootstrap.css
@@ -5907,6 +5907,9 @@ textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
+.has-warning .input-group-addon {
+ border-color: #f39c12;
+}
.has-error .help-block,
.has-error .control-label,
.has-error .form-control-feedback {
@@ -5917,6 +5920,9 @@ textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
+.has-error .input-group-addon {
+ border-color: #e74c3c;
+}
.has-success .help-block,
.has-success .control-label,
.has-success .form-control-feedback {
@@ -5927,6 +5933,9 @@ textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
+.has-success .input-group-addon {
+ border-color: #00bc8c;
+}
.input-group-addon {
color: #ffffff;
}