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.scss | |
parent | 388c96e5309b6118d8bf5caeaa001721ce453480 (diff) |
darkly: make form-control-feedback visible, closes #569
Diffstat (limited to 'darkly/_bootswatch.scss')
-rw-r--r-- | darkly/_bootswatch.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/darkly/_bootswatch.scss b/darkly/_bootswatch.scss index a2d7fb2c..9a720638 100644 --- a/darkly/_bootswatch.scss +++ b/darkly/_bootswatch.scss @@ -145,6 +145,10 @@ textarea { } } +.form-control-feedback { + color: $input-color; +} + .has-warning { .help-block, .control-label, |