HTML5 placeholders always seem a little taller than the input center, so I'm trying to use CSS, for example ::-webkit-input-placeholder, to drop them a bit. For some reason, I cannot combine the selectors. Here the fiddle demonstrates this: http://jsfiddle.net/n7VV7/
I don't want to separate them, because I use a CSS compression tool that automatically concatenates strings. Right now, I can manually separate them, but in the future I will forget that I cannot combine these lines.
source
share