mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
8 lines
269 B
CSS
8 lines
269 B
CSS
|
|
@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;
|
||
|
|
}
|