home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temafire / Phoenity.jar / browser / extensions / chatzilla / chatzilla.css next >
Encoding:
Cascading Style Sheet File  |  2004-04-23  |  578 b   |  17 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. /*ChatZilla button solution*/
  3.  
  4. #tb-chatzilla-open {
  5. list-style-image: url("chrome://browser/skin/extensions/chatzilla/chatzilla.png") !important;
  6. -moz-image-region: rect(0 24px 24px 0) !important;
  7. }
  8. #tb-chatzilla-open:hover {
  9. -moz-image-region: rect(24px 24px 48px 0) !important;
  10. }
  11.  
  12. toolbar[iconsize="small"] #tb-chatzilla-open {
  13. -moz-image-region: rect(0 40px 16px 24px) !important;
  14. }
  15. toolbar[iconsize="small"] #tb-chatzilla-open:hover {
  16. -moz-image-region: rect(16px 40px 32px 24px) !important;
  17. }