diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/forms.less b/lib/forms.less index 703accff8..e956b0046 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -336,12 +336,7 @@ select:invalid { } // Placeholder text gets special styles; can't be bundled together though for some reason -input:-moz-placeholder { - color: @grayLight; -} -input::-webkit-input-placeholder { - color: @grayLight; -} +.placeholder(@grayLight); |
