aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/forms.less7
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);