summaryrefslogtreecommitdiff
path: root/darkly/bootstrap.css
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/bootstrap.css
parent388c96e5309b6118d8bf5caeaa001721ce453480 (diff)
darkly: make form-control-feedback visible, closes #569
Diffstat (limited to 'darkly/bootstrap.css')
-rw-r--r--darkly/bootstrap.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/darkly/bootstrap.css b/darkly/bootstrap.css
index c576aaa5..9fed9667 100644
--- a/darkly/bootstrap.css
+++ b/darkly/bootstrap.css
@@ -6898,6 +6898,9 @@ textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
+.form-control-feedback {
+ color: #464545;
+}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,