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, 9 insertions, 0 deletions
diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css
index 9d5b6e0e..395afabc 100644
--- a/flatly/bootstrap.css
+++ b/flatly/bootstrap.css
@@ -5894,6 +5894,9 @@ input:focus {
.has-warning .form-control:focus {
border: 2px solid #f39c12;
}
+.has-warning .input-group-addon {
+ border-color: #f39c12;
+}
.has-error .help-block,
.has-error .control-label,
.has-error .form-control-feedback {
@@ -5903,6 +5906,9 @@ input:focus {
.has-error .form-control:focus {
border: 2px solid #e74c3c;
}
+.has-error .input-group-addon {
+ border-color: #e74c3c;
+}
.has-success .help-block,
.has-success .control-label,
.has-success .form-control-feedback {
@@ -5912,6 +5918,9 @@ input:focus {
.has-success .form-control:focus {
border: 2px solid #18bc9c;
}
+.has-success .input-group-addon {
+ border-color: #18bc9c;
+}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {