summaryrefslogtreecommitdiff
path: root/superhero/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 /superhero/bootswatch.less
parentfbd23d0218c3834900bbd66fb22e1522d8e23b70 (diff)
fix border on input-group-addon states
Diffstat (limited to 'superhero/bootswatch.less')
-rw-r--r--superhero/bootswatch.less12
1 files changed, 12 insertions, 0 deletions
diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less
index 21f92ab0..2b9970d7 100644
--- a/superhero/bootswatch.less
+++ b/superhero/bootswatch.less
@@ -152,6 +152,10 @@ label,
.form-control-feedback {
color: @brand-warning;
}
+
+ .input-group-addon {
+ border: none;
+ }
}
.has-error {
@@ -160,6 +164,10 @@ label,
.form-control-feedback {
color: @brand-danger;
}
+
+ .input-group-addon {
+ border: none;
+ }
}
.has-success {
@@ -168,6 +176,10 @@ label,
.form-control-feedback {
color: @brand-success;
}
+
+ .input-group-addon {
+ border: none;
+ }
}
.form-control:focus {