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

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