home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / skinclas.xpi / bin / chrome / classic.jar / skin / classic / aim / dialogs.css < prev    next >
Cascading Style Sheet File  |  2001-08-31  |  961b  |  28 lines

  1.  /* ===== dialogs.css ===================================================
  2.   == Used by each of the AIM dialogs.
  3.   ======================================================================= */
  4.  
  5. @import url("chrome://aim/skin");
  6.  
  7. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  8.  
  9. #AddBuddyGroupList
  10.   {
  11.     height                : 160px; 
  12.     overflow              : auto;
  13.     border-left           : 1px solid ThreeDShadow;
  14.     border-top            : 1px solid ThreeDDarkShadow;
  15.     border-right          : 1px solid ThreeDHighlight;
  16.     border-bottom         : 1px solid ThreeDHighlight;
  17.   }
  18.   
  19. .overflow-box
  20.   {
  21.     height                : 200px;
  22.     overflow              : auto;
  23.     border-left           : 1px solid ThreeDShadow;
  24.     border-top            : 1px solid ThreeDDarkShadow;
  25.     border-right          : 1px solid ThreeDHighlight;
  26.     border-bottom         : 1px solid ThreeDHighlight;
  27.   }
  28.