diff options
Diffstat (limited to 'cyborg/bootswatch.less')
-rw-r--r-- | cyborg/bootswatch.less | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/cyborg/bootswatch.less b/cyborg/bootswatch.less index 3ce8cd96..33338c57 100644 --- a/cyborg/bootswatch.less +++ b/cyborg/bootswatch.less @@ -64,7 +64,8 @@ table, .has-warning { .help-block, - .control-label { + .control-label, + .form-control-feedback { color: @brand-warning; } @@ -76,7 +77,8 @@ table, .has-error { .help-block, - .control-label { + .control-label, + .form-control-feedback { color: @brand-danger; } @@ -88,7 +90,8 @@ table, .has-success { .help-block, - .control-label { + .control-label, + .form-control-feedback { color: @brand-success; } |