summaryrefslogtreecommitdiff
path: root/cyborg/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-06-11 12:35:37 -0400
committerThomas Park <thomas@thomaspark.me>2014-06-11 12:35:37 -0400
commitd4aa8c6e64943f6bddcd49e1667806bcbd91c478 (patch)
treed5a44aa26af606cefe4c84a67cedfc765d67cc1b /cyborg/bootstrap.css
parentfbd23d0218c3834900bbd66fb22e1522d8e23b70 (diff)
fix border on input-group-addon states
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 f5ac06eb..bb80e62f 100644
--- a/cyborg/bootstrap.css
+++ b/cyborg/bootstrap.css
@@ -5825,7 +5825,8 @@ table .text-muted,
color: #ff8800;
}
.has-warning .form-control,
-.has-warning .form-control:focus {
+.has-warning .form-control:focus,
+.has-warning .input-group-addon {
border-color: #ff8800;
}
.has-error .help-block,
@@ -5834,7 +5835,8 @@ table .text-muted,
color: #cc0000;
}
.has-error .form-control,
-.has-error .form-control:focus {
+.has-error .form-control:focus,
+.has-error .input-group-addon {
border-color: #cc0000;
}
.has-success .help-block,
@@ -5843,7 +5845,8 @@ table .text-muted,
color: #77b300;
}
.has-success .form-control,
-.has-success .form-control:focus {
+.has-success .form-control:focus,
+.has-success .input-group-addon {
border-color: #77b300;
}
legend {