summaryrefslogtreecommitdiff
path: root/slate/_bootswatch.scss
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2016-08-16 20:57:16 -0400
committerGitHub <noreply@github.com>2016-08-16 20:57:16 -0400
commit266b50429d1f19facaadd3dbad001f848ef5273e (patch)
treeba4f46659d3d1d57a98246d2f56fc33f6919405d /slate/_bootswatch.scss
parent19dc5c0b3f318f213692fba9b0f4db75cf332f75 (diff)
parentdfd8c31f40ce354f44c633ea706218a4e8f367ee (diff)
Merge pull request #588 from pat270/use-input-group-addon-variable
Cyborg and Slate: Use @input-group-addon-bg instead of CSS rule set to set input-group-addon background color
Diffstat (limited to 'slate/_bootswatch.scss')
-rw-r--r--slate/_bootswatch.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/slate/_bootswatch.scss b/slate/_bootswatch.scss
index 0247adef..7e49486a 100644
--- a/slate/_bootswatch.scss
+++ b/slate/_bootswatch.scss
@@ -208,7 +208,6 @@ textarea {
}
.input-group-addon {
- background-color: $gray-dark;
border-color: $input-group-addon-border-color;
}
}
@@ -234,7 +233,6 @@ textarea {
}
.input-group-addon {
- background-color: $gray-dark;
border-color: $input-group-addon-border-color;
}
}
@@ -260,7 +258,6 @@ textarea {
}
.input-group-addon {
- background-color: $gray-dark;
border-color: $input-group-addon-border-color;
}
}
@@ -270,7 +267,6 @@ legend {
}
.input-group-addon {
- background-color: $gray-dark;
@include btn-shadow($btn-default-bg);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
color: $btn-default-color;