From d2246acacb1c9ae45a70ab36f3ca980cded0c75b Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sat, 20 Jun 2015 21:08:38 -0400 Subject: more complete form states, closes #479 --- slate/bootswatch.less | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'slate/bootswatch.less') 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; } -- cgit v1.2.3