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