diff options
Diffstat (limited to 'flatly/bootswatch.less')
-rw-r--r-- | flatly/bootswatch.less | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/flatly/bootswatch.less b/flatly/bootswatch.less index cdf93324..ac4addac 100644 --- a/flatly/bootswatch.less +++ b/flatly/bootswatch.less @@ -120,7 +120,8 @@ input, { .has-warning { .help-block, - .control-label { + .control-label, + .form-control-feedback { color: @brand-warning; } @@ -132,7 +133,8 @@ input, { .has-error { .help-block, - .control-label { + .control-label, + .form-control-feedback { color: @brand-danger; } @@ -144,7 +146,8 @@ input, { .has-success { .help-block, - .control-label { + .control-label, + .form-control-feedback { color: @brand-success; } |