blob: a2c41e69b056bde7587071decd93b1a032eabb89 (
plain)
1
2
3
4
5
6
7
8
|
@namespace url('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul');
@namespace html url('http://www.w3.org/1999/xhtml');
/* We need to have a non-transparent placeholder so we can test it. */
html|input::placeholder {
opacity: 1.0;
color: graytext;
}
|