summaryrefslogtreecommitdiff
path: root/darkly/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'darkly/bootswatch.less')
-rw-r--r--darkly/bootswatch.less12
1 files changed, 12 insertions, 0 deletions
diff --git a/darkly/bootswatch.less b/darkly/bootswatch.less
index f7a32c1d..9b480a97 100644
--- a/darkly/bootswatch.less
+++ b/darkly/bootswatch.less
@@ -137,6 +137,10 @@ textarea {
.has-warning {
.help-block,
.control-label,
+ .radio,
+ .checkbox,
+ .radio-inline,
+ .checkbox-inline,
.form-control-feedback {
color: @brand-warning;
}
@@ -154,6 +158,10 @@ textarea {
.has-error {
.help-block,
.control-label,
+ .radio,
+ .checkbox,
+ .radio-inline,
+ .checkbox-inline,
.form-control-feedback {
color: @brand-danger;
}
@@ -171,6 +179,10 @@ textarea {
.has-success {
.help-block,
.control-label,
+ .radio,
+ .checkbox,
+ .radio-inline,
+ .checkbox-inline,
.form-control-feedback {
color: @brand-success;
}