home *** CD-ROM | disk | FTP | other *** search
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
- /*X button solution*/
-
- #x-button,
- toolbar[iconsize="small"] #x-button{
- list-style-image: url("chrome://browser/skin/extensions/x/x.png") !important;
- }
-
- #x-button {
- -moz-image-region: rect(0 24px 24px 0) !important;
- }
- #x-button:hover {
- -moz-image-region: rect(24px 24px 48px 0) !important;
- }
-
- toolbar[iconsize="small"] #x-button {
- -moz-image-region: rect(0 40px 16px 24px) !important;
- }
- toolbar[iconsize="small"] #x-button:hover {
- -moz-image-region: rect(16px 40px 32px 24px) !important;
- }