summaryrefslogtreecommitdiff
path: root/flatly/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-04-26 14:06:54 -0400
committerThomas Park <thomas@thomaspark.me>2014-04-26 14:06:54 -0400
commit6d45034755f692536cb63c562cd780c1a963cf71 (patch)
tree66930639716396c155061b23b6af292bb68986ea /flatly/bootswatch.less
parentb30e49916c6d917a214fc3b307766322a22a7f83 (diff)
flatly, darkly: fix .checkbox and .radio state colors, #254
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 d0eab27c..053cd3aa 100644
--- a/flatly/bootswatch.less
+++ b/flatly/bootswatch.less
@@ -121,6 +121,10 @@ input, {
.has-warning {
.help-block,
.control-label,
+ .radio,
+ .checkbox,
+ .radio-inline,
+ .checkbox-inline,
.form-control-feedback {
color: @brand-warning;
}
@@ -138,6 +142,10 @@ input, {
.has-error {
.help-block,
.control-label,
+ .radio,
+ .checkbox,
+ .radio-inline,
+ .checkbox-inline,
.form-control-feedback {
color: @brand-danger;
}
@@ -155,6 +163,10 @@ input, {
.has-success {
.help-block,
.control-label,
+ .radio,
+ .checkbox,
+ .radio-inline,
+ .checkbox-inline,
.form-control-feedback {
color: @brand-success;
}