home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / skinclas.xpi / bin / chrome / classic.jar / skin / classic / communicator / brand.css < prev    next >
Cascading Style Sheet File  |  2001-05-12  |  1KB  |  41 lines

  1.  
  2. #navigator-throbber
  3.   {
  4.     -moz-binding          : url("chrome://global/content/bindings/button.xml#buttontop");
  5.     border                : 1px solid ThreeDDarkShadow;
  6.     list-style-image      : url("chrome://global/skin/animthrob_single.gif");
  7.     margin                : 1px 2px 1px 10px;
  8.     min-width             : 0px;
  9.     cursor                : pointer;
  10.     -moz-user-focus       : ignore;
  11.   }  
  12.   
  13. #navigator-throbber > .button-internal-box
  14.   {
  15.     border-left           : 1px solid ThreeDHighlight;
  16.     border-top            : 1px solid ThreeDHighlight;
  17.     border-right          : 1px solid ThreeDShadow;
  18.     border-bottom         : 1px solid ThreeDShadow;
  19.     padding               : 1px;
  20.   }
  21.   
  22. #navigator-throbber > .button-internal-box > .button-text-container
  23.   {
  24.     display               : none;
  25.   }  
  26.  
  27. #navigator-throbber:hover:active > .button-internal-box
  28.   {
  29.     border-left           : 1px solid ThreeDShadow !important;
  30.     border-top            : 1px solid ThreeDShadow !important;
  31.     border-right          : 1px solid ThreeDHighlight !important;
  32.     border-bottom         : 1px solid ThreeDHighlight !important;
  33.     padding               : 2px 0px 0px 2px !important;
  34.   }  
  35.   
  36. #navigator-throbber[busy="true"]
  37.   {
  38.     list-style-image      : url("chrome://global/skin/animthrob.gif");
  39.   }
  40.   
  41.