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

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