picostyle icon indicating copy to clipboard operation
picostyle copied to clipboard

deal with the placeholder text color ?

Open cbbfcd opened this issue 8 years ago • 1 comments

'::-webkit-input-placeholder': { /* WebKit browsers / color: '#E3CBCD' }, ':-moz-placeholder': { / Mozilla Firefox 4 to 18 */ color: '#E3CBCD', opacity: '1' } ....

like this, it's wrong. so how to deal with it ? thanks very much!

cbbfcd avatar Jan 10 '18 07:01 cbbfcd

Haven't tested it yet, though is it just that those object keys should be ::-webkit-input-placeholder and ::-moz-placeholder?

I personally only use ::placeholder for manipulating the style of the input's placeholder.

iwasaki-kenta avatar Jan 10 '18 11:01 iwasaki-kenta