diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-04-13 15:57:37 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-04-13 15:57:37 -0400 |
commit | 72882198ab8029414abc8cd86e1cf8207bab7a2f (patch) | |
tree | cc8df4b1a70c1dac3b8b3484d62d367afb126fb1 /journal/bootswatch.less | |
parent | 7439be214c010dc4542d6df2391ecc1ebb9f0ddf (diff) |
style form-control-feedback class, fixes #247
Diffstat (limited to 'journal/bootswatch.less')
-rw-r--r-- | journal/bootswatch.less | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/journal/bootswatch.less b/journal/bootswatch.less index 533521c5..c5f872e3 100644 --- a/journal/bootswatch.less +++ b/journal/bootswatch.less @@ -44,7 +44,8 @@ .has-warning { .help-block, - .control-label { + .control-label, + .form-control-feedback { color: @brand-danger; } @@ -56,7 +57,8 @@ .has-error { .help-block, - .control-label { + .control-label, + .form-control-feedback { color: @brand-primary; } @@ -68,7 +70,8 @@ .has-success { .help-block, - .control-label { + .control-label, + .form-control-feedback { color: @brand-success; } |