summaryrefslogtreecommitdiff
path: root/amelia/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 /amelia/bootswatch.less
parentfbd23d0218c3834900bbd66fb22e1522d8e23b70 (diff)
fix border on input-group-addon states
Diffstat (limited to 'amelia/bootswatch.less')
-rw-r--r--amelia/bootswatch.less18
1 files changed, 15 insertions, 3 deletions
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less
index 768fae80..3610556c 100644
--- a/amelia/bootswatch.less
+++ b/amelia/bootswatch.less
@@ -98,6 +98,10 @@ legend {
color: #fff;
}
+.input-group-addon {
+ color: @btn-default-color;
+}
+
.has-warning {
.help-block,
.control-label,
@@ -109,6 +113,10 @@ legend {
.form-control:focus {
border-color: lighten(@brand-warning, 20%);
}
+
+ .input-group-addon {
+ border: none;
+ }
}
.has-error {
@@ -122,6 +130,10 @@ legend {
.form-control:focus {
border-color: lighten(@brand-primary, 40%);
}
+
+ .input-group-addon {
+ border: none;
+ }
}
.has-success {
@@ -135,10 +147,10 @@ legend {
.form-control:focus {
border-color: lighten(@brand-success, 20%);
}
-}
-.input-group-addon {
- color: @btn-default-color;
+ .input-group-addon {
+ border: none;
+ }
}
// Navs =======================================================================