summaryrefslogtreecommitdiff
path: root/darkly/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-04-03 10:26:39 -0400
committerThomas Park <thomas@thomaspark.me>2014-04-03 10:26:39 -0400
commit236ff8315a8a8b2a9cf26ad10cd5556db0027ceb (patch)
tree57ee3a9aa8744ba6744da4ccdc2bec3d61c1be7f /darkly/bootswatch.less
parent722db17e096a83f1d3e08f09a112deb486ce490e (diff)
fix input color on dark themes, closes #243
Diffstat (limited to 'darkly/bootswatch.less')
-rw-r--r--darkly/bootswatch.less8
1 files changed, 7 insertions, 1 deletions
diff --git a/darkly/bootswatch.less b/darkly/bootswatch.less
index 73e56e7b..55194326 100644
--- a/darkly/bootswatch.less
+++ b/darkly/bootswatch.less
@@ -118,8 +118,14 @@ table,
// Forms ======================================================================
+input,
+textarea {
+ color: @input-color;
+}
+
.form-control,
-input {
+input,
+textarea {
border: none;
.box-shadow(none);