2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fixes #14107: Lighten placeholder text

This commit is contained in:
Mark Otto
2014-07-12 15:13:18 -07:00
parent c3ae289f4a
commit bd292ca3b8
10 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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);