summaryrefslogtreecommitdiff
path: root/slate/bootswatch.less
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 /slate/bootswatch.less
parentfbd23d0218c3834900bbd66fb22e1522d8e23b70 (diff)
fix border on input-group-addon states
Diffstat (limited to 'slate/bootswatch.less')
-rw-r--r--slate/bootswatch.less15
1 files changed, 15 insertions, 0 deletions
diff --git a/slate/bootswatch.less b/slate/bootswatch.less
index 0df7e3a2..c23570e3 100644
--- a/slate/bootswatch.less
+++ b/slate/bootswatch.less
@@ -195,6 +195,11 @@ textarea {
.form-control:focus {
border-color: @brand-warning;
}
+
+ .input-group-addon {
+ background-color: @body-bg;
+ border: none;
+ }
}
.has-error {
@@ -208,6 +213,11 @@ textarea {
.form-control:focus {
border-color: @brand-danger;
}
+
+ .input-group-addon {
+ background-color: @body-bg;
+ border: none;
+ }
}
.has-success {
@@ -221,6 +231,11 @@ textarea {
.form-control:focus {
border-color: @brand-success;
}
+
+ .input-group-addon {
+ background-color: @body-bg;
+ border: none;
+ }
}
legend {