picostyle
picostyle copied to clipboard
deal with the placeholder text color ?
'::-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!
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.