summaryrefslogtreecommitdiff
path: root/darkly/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2016-05-11 16:10:47 -0400
committerThomas Park <thomas@thomaspark.co>2016-05-11 16:10:47 -0400
commita284443bbe74d878cd9c5565bd357b315318c265 (patch)
tree968b8a25e2b33141a91cce9c281abf2001c25bef /darkly/bootswatch.less
parent388c96e5309b6118d8bf5caeaa001721ce453480 (diff)
darkly: make form-control-feedback visible, closes #569
Diffstat (limited to 'darkly/bootswatch.less')
-rw-r--r--darkly/bootswatch.less4
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,