(bug 39793) #simpleSearch placeholder styles for Firefox, IE
authorMatmaRex <matma.rex@gmail.com>
Thu, 27 Sep 2012 15:02:21 +0000 (17:02 +0200)
committerMatmaRex <matma.rex@gmail.com>
Thu, 27 Sep 2012 15:27:46 +0000 (17:27 +0200)
commit8ca83e7e8974c8be288b92ede90cd6b21d826712
tree2f37e9d715891d8fc82093ec0e44b9ff6c55ff05
parentf85255bd3b1255b642f529cb90882898176b4cf7
(bug 39793) #simpleSearch placeholder styles for Firefox, IE

Since some time ago Firefox and IE 10 also support styling for input
placeholders. (Opera supports placeholders themselves, but not (yet)
styling them.)

Firefox also applies regular input styles to placeholders, which is at
best weird, so we need to style the placeholder for it to display
reasonably (grayed out). (bug 39793)

Note the single colon for IE and Firefox and double one for Webkit:
these are pseudoclasses, not pseudoelements.

In Opera, the placeholder is always grey; #808080 on my system, but it
might differ on various setups. It's close enough to #999999 for us not to
care.

Further reading:
* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css/2610741#2610741

Change-Id: I902abe16ac0cb7a55fe0d9ee7a2eec9a4e5a371a
skins/vector/screen.css