amplesdk
amplesdk copied to clipboard
XUL: Cannot Specify Pseudo-Classes on ID Selectors
If one specifies an object in a CSS file by ID, the pseudo-class associated with it is ignored. e.g.
myelement:hover { color:red; }
This has no effect.