diff options
author | Thomas Park <thomas@thomaspark.co> | 2016-05-11 16:10:47 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2016-05-11 16:10:47 -0400 |
commit | a284443bbe74d878cd9c5565bd357b315318c265 (patch) | |
tree | 968b8a25e2b33141a91cce9c281abf2001c25bef /darkly/bootswatch.less | |
parent | 388c96e5309b6118d8bf5caeaa001721ce453480 (diff) |
darkly: make form-control-feedback visible, closes #569
Diffstat (limited to 'darkly/bootswatch.less')
-rw-r--r-- | darkly/bootswatch.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/darkly/bootswatch.less b/darkly/bootswatch.less index c2a31d4c..7a80fbb8 100644 --- a/darkly/bootswatch.less +++ b/darkly/bootswatch.less @@ -149,6 +149,10 @@ textarea { } } +.form-control-feedback { + color: @input-color; +} + .has-warning { .help-block, .control-label, |