summaryrefslogtreecommitdiff
path: root/cosmo/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 /cosmo/bootstrap.css
parentfbd23d0218c3834900bbd66fb22e1522d8e23b70 (diff)
fix border on input-group-addon states
Diffstat (limited to 'cosmo/bootstrap.css')
-rw-r--r--cosmo/bootstrap.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/cosmo/bootstrap.css b/cosmo/bootstrap.css
index c7734e1c..d76bc3ed 100644
--- a/cosmo/bootstrap.css
+++ b/cosmo/bootstrap.css
@@ -5838,7 +5838,8 @@ table .info a,
color: #ff7518;
}
.has-warning .form-control,
-.has-warning .form-control:focus {
+.has-warning .form-control:focus,
+.has-warning .input-group-addon {
border: 1px solid #ff7518;
}
.has-error .help-block,
@@ -5847,7 +5848,8 @@ table .info a,
color: #ff0039;
}
.has-error .form-control,
-.has-error .form-control:focus {
+.has-error .form-control:focus,
+.has-error .input-group-addon {
border: 1px solid #ff0039;
}
.has-success .help-block,
@@ -5856,7 +5858,8 @@ table .info a,
color: #3fb618;
}
.has-success .form-control,
-.has-success .form-control:focus {
+.has-success .form-control:focus,
+.has-success .input-group-addon {
border: 1px solid #3fb618;
}
.nav-pills > li > a {