home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / skinclas.xpi / bin / chrome / classic.jar / skin / classic / global / menubutton.css < prev    next >
Cascading Style Sheet File  |  2001-05-18  |  449b  |  15 lines

  1.  
  2. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3.  
  4. /* ::::: regular menubutton ::::::::::
  5.    :: Shows a caption and brings up a popup menu which executes a command.
  6.    ::::: */
  7.  
  8. .menubutton-single-dropmarker {
  9.   list-style-image: url("chrome://global/skin/scroll-down.gif");
  10. }
  11.  
  12. .menubutton-single-dropmarker[disabled="true"] {
  13.   list-style-image: url("chrome://global/skin/scroll-down-disabled.gif");
  14. }
  15.