aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-12 15:13:18 -0700
committerMark Otto <[email protected]>2014-07-12 15:13:18 -0700
commitbd292ca3b89da982abf34473318c77ace3417fb5 (patch)
tree94c3a5f20f7f35889a894b4062100755c36a32af /less
parentc3ae289f4a9e5fc14e489e3914d150954469f1ac (diff)
downloadbootstrap-bd292ca3b89da982abf34473318c77ace3417fb5.tar.xz
bootstrap-bd292ca3b89da982abf34473318c77ace3417fb5.zip
Fixes #14107: Lighten placeholder text
Diffstat (limited to 'less')
-rw-r--r--less/variables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less
index c797ae08a..b7f6e80d3 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -188,7 +188,7 @@
@input-border-focus: #66afe9;
//** Placeholder text color
-@input-color-placeholder: @gray-light;
+@input-color-placeholder: #999;
//** Default `.form-control` height
@input-height-base: (@line-height-computed + (@padding-base-vertical * 2) + 2);