summaryrefslogtreecommitdiff
path: root/slate/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-06-20 21:08:38 -0400
committerThomas Park <thomas@thomaspark.co>2015-06-20 21:08:38 -0400
commitd2246acacb1c9ae45a70ab36f3ca980cded0c75b (patch)
tree344e0ef04baec8b22a8ba26efce2eade49db9922 /slate/bootswatch.less
parent17c540fc704b406e6cef303686ccc73f9f85715b (diff)
more complete form states, closes #479
Diffstat (limited to 'slate/bootswatch.less')
-rw-r--r--slate/bootswatch.less24
1 files changed, 24 insertions, 0 deletions
diff --git a/slate/bootswatch.less b/slate/bootswatch.less
index 9b9c8ea4..70761408 100644
--- a/slate/bootswatch.less
+++ b/slate/bootswatch.less
@@ -183,6 +183,14 @@ textarea {
.has-warning {
.help-block,
.control-label,
+ .radio,
+ .checkbox,
+ .radio-inline,
+ .checkbox-inline,
+ &.radio label,
+ &.checkbox label,
+ &.radio-inline label,
+ &.checkbox-inline label,
.form-control-feedback {
color: @brand-warning;
}
@@ -201,6 +209,14 @@ textarea {
.has-error {
.help-block,
.control-label,
+ .radio,
+ .checkbox,
+ .radio-inline,
+ .checkbox-inline,
+ &.radio label,
+ &.checkbox label,
+ &.radio-inline label,
+ &.checkbox-inline label,
.form-control-feedback {
color: @brand-danger;
}
@@ -219,6 +235,14 @@ textarea {
.has-success {
.help-block,
.control-label,
+ .radio,
+ .checkbox,
+ .radio-inline,
+ .checkbox-inline,
+ &.radio label,
+ &.checkbox label,
+ &.radio-inline label,
+ &.checkbox-inline label,
.form-control-feedback {
color: @brand-success;
}