home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / ieskin-0.0.3-IE5.5-skinVersion1.5.xpi / ieskin.jar / global / scrollbox.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  571 b   |  26 lines

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