summaryrefslogtreecommitdiff
path: root/simplex/_bootswatch.scss
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 /simplex/_bootswatch.scss
parent17c540fc704b406e6cef303686ccc73f9f85715b (diff)
more complete form states, closes #479
Diffstat (limited to 'simplex/_bootswatch.scss')
-rw-r--r--simplex/_bootswatch.scss33
1 files changed, 30 insertions, 3 deletions
diff --git a/simplex/_bootswatch.scss b/simplex/_bootswatch.scss
index 0712446a..c79b9caf 100644
--- a/simplex/_bootswatch.scss
+++ b/simplex/_bootswatch.scss
@@ -83,7 +83,16 @@ label {
.has-warning {
.help-block,
- .control-label {
+ .control-label,
+ .radio,
+ .checkbox,
+ .radio-inline,
+ .checkbox-inline,
+ &.radio label,
+ &.checkbox label,
+ &.radio-inline label,
+ &.checkbox-inline label,
+ .form-control-feedback {
color: $brand-danger;
}
@@ -95,7 +104,16 @@ label {
.has-error {
.help-block,
- .control-label {
+ .control-label,
+ .radio,
+ .checkbox,
+ .radio-inline,
+ .checkbox-inline,
+ &.radio label,
+ &.checkbox label,
+ &.radio-inline label,
+ &.checkbox-inline label,
+ .form-control-feedback {
color: $brand-primary;
}
@@ -107,7 +125,16 @@ label {
.has-success {
.help-block,
- .control-label {
+ .control-label,
+ .radio,
+ .checkbox,
+ .radio-inline,
+ .checkbox-inline,
+ &.radio label,
+ &.checkbox label,
+ &.radio-inline label,
+ &.checkbox-inline label,
+ .form-control-feedback {
color: $brand-success;
}