diff options
Diffstat (limited to 'simplex/variables.less')
-rw-r--r-- | simplex/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simplex/variables.less b/simplex/variables.less index e00e8270..cf9f3092 100644 --- a/simplex/variables.less +++ b/simplex/variables.less @@ -183,7 +183,7 @@ @input-border-focus: #66afe9; //** Placeholder text color -@input-color-placeholder: @gray-light; +@input-color-placeholder: @gray-lighter; //** Default `.form-control` height @input-height-base: (@line-height-computed + (@padding-base-vertical * 2) + 2); |