home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / fusion.jar / skin / fusion / global / scrollbox.css < prev    next >
Cascading Style Sheet File  |  2005-07-29  |  865b  |  33 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. /*
  4.  * Autorepeatbutton
  5.  */
  6. .autorepeatbutton-up 
  7.   {
  8.     list-style-image      : url("chrome://global/skin/arrow/arrow-up.gif");
  9.     -moz-image-region     : auto; /* cut off inheritance */
  10.   }
  11.  
  12. .autorepeatbutton-down 
  13.   {
  14.     list-style-image      : url("chrome://global/skin/arrow/arrow-dn.gif");
  15.     -moz-image-region     : auto; /* cut off inheritance */
  16.   }
  17.  
  18. autorepeatbutton 
  19.   {
  20.     -moz-box-align        : center;
  21.     -moz-box-pack         : center;
  22.     margin                : 1px 2px 2px 1px;
  23.     border                : 1px solid transparent;
  24.     padding               : 1px;
  25.   }
  26.  
  27. autorepeatbutton:hover 
  28.   {
  29.     margin                : 1px;
  30.     border                : 1px inset ThreeDFace;
  31.     padding               : 2px 1px 1px 2px;
  32.   }
  33.