summaryrefslogtreecommitdiff
path: root/slate/bootswatch.less
diff options
context:
space:
mode:
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 {