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 >
Wrap
Cascading Style Sheet File
|
2001-08-31
|
961b
|
28 lines
/* ===== dialogs.css ===================================================
== Used by each of the AIM dialogs.
======================================================================= */
@import url("chrome://aim/skin");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#AddBuddyGroupList
{
height : 160px;
overflow : auto;
border-left : 1px solid ThreeDShadow;
border-top : 1px solid ThreeDDarkShadow;
border-right : 1px solid ThreeDHighlight;
border-bottom : 1px solid ThreeDHighlight;
}
.overflow-box
{
height : 200px;
overflow : auto;
border-left : 1px solid ThreeDShadow;
border-top : 1px solid ThreeDDarkShadow;
border-right : 1px solid ThreeDHighlight;
border-bottom : 1px solid ThreeDHighlight;
}