summaryrefslogtreecommitdiff
path: root/flatly/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 /flatly/bootswatch.less
parent17c540fc704b406e6cef303686ccc73f9f85715b (diff)
more complete form states, closes #479
Diffstat (limited to 'flatly/bootswatch.less')
-rw-r--r--flatly/bootswatch.less12
1 files changed, 12 insertions, 0 deletions
diff --git a/flatly/bootswatch.less b/flatly/bootswatch.less
index 94835516..c1413e75 100644
--- a/flatly/bootswatch.less
+++ b/flatly/bootswatch.less
@@ -135,6 +135,10 @@ input, {
.checkbox,
.radio-inline,
.checkbox-inline,
+ &.radio label,
+ &.checkbox label,
+ &.radio-inline label,
+ &.checkbox-inline label,
.form-control-feedback {
color: @brand-warning;
}
@@ -156,6 +160,10 @@ input, {
.checkbox,
.radio-inline,
.checkbox-inline,
+ &.radio label,
+ &.checkbox label,
+ &.radio-inline label,
+ &.checkbox-inline label,
.form-control-feedback {
color: @brand-danger;
}
@@ -177,6 +185,10 @@ input, {
.checkbox,
.radio-inline,
.checkbox-inline,
+ &.radio label,
+ &.checkbox label,
+ &.radio-inline label,
+ &.checkbox-inline label,
.form-control-feedback {
color: @brand-success;
}