diff options
| author | Mark Otto <[email protected]> | 2012-01-18 00:35:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-18 00:35:14 -0800 |
| commit | ab8f2e2767be77120fedb07269dc7db078101dba (patch) | |
| tree | 6b8dd212b46689d46829ab38e8d16ee5502fbc96 /lib | |
| parent | d12560c0ee77e69011012095b04332aeb97b9c42 (diff) | |
| download | bootstrap-ab8f2e2767be77120fedb07269dc7db078101dba.tar.xz bootstrap-ab8f2e2767be77120fedb07269dc7db078101dba.zip | |
don't scope placeholder text color to just inputs
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); |
