[classic-skin] fix mac sidebar css to use correct colours

This commit is contained in:
ben%netscape.com 2000-06-24 02:16:38 +00:00
parent e9d97afa2b
commit 7a321858c2

View File

@ -1,10 +1,10 @@
#sidebar-box
{
border-left : 1px solid threedshadow;
border-top : 1px solid threedshadow;
border-right : 1px solid threedhighlight;
border-bottom : 1px solid threedhighlight;
border-left : 1px solid #9D9D9D;
border-top : 1px solid #9D9D9D;
border-right : 1px solid #FFFFFF;
border-bottom : 1px solid #FFFFFF;
background-color : appworkspace;
}
@ -21,11 +21,11 @@
.sidebarheader-main
{
border-left : 1px solid threedhighlight;
border-top : 1px solid threedhighlight;
border-right : 1px solid threedshadow;
border-bottom : 1px solid threedshadow;
background-color : threedface;
border-left : 1px solid #FFFFFF;
border-top : 1px solid #FFFFFF;
border-right : 1px solid #9D9D9D;
border-bottom : 1px solid #9D9D9D;
background-color : #DDDDDD;
padding : 3px 5px 3px 6px;
background-image : url("chrome://communicator/skin/smallheader-bg.gif");
}
@ -37,15 +37,16 @@
/**
* texttab folder lookalike e.g. for sidebar panel headers
* MAC-TODO: reimplement "Modern" tabs which look like OS8.x/9.x tabs.
*/
.box-texttab
{
behavior : url("chrome://communicator/skin/sidebar/sidebarSplitterBindings.xml#panelheader");
background-color : threedface;
border-left : 1px solid threedhighlight;
border-top : 1px solid threedhighlight;
border-right : 1px solid threedshadow;
border-bottom : 1px solid threedshadow;
background-color : #DDDDDD;
border-left : 1px solid #FFFFFF;
border-top : 1px solid #FFFFFF;
border-right : 1px solid #9D9D9D;
border-bottom : 1px solid #9D9D9D;
margin-bottom : 1px;
}
@ -56,36 +57,36 @@
.panelheader-box-1
{
border : 1px solid threedface;
border : 1px solid #DDDDDD;
padding : 3px 5px 3px 6px;
}
.box-texttab:hover
{
border-right : 1px solid threeddarkshadow;
border-bottom : 1px solid threeddarkshadow;
border-right : 1px solid #000000;
border-bottom : 1px solid #000000;
}
.box-texttab:hover > .panelheader-box-1
{
border-right : 1px solid threedshadow;
border-bottom : 1px solid threedshadow;
border-right : 1px solid #9D9D9D;
border-bottom : 1px solid #9D9D9D;
}
.box-texttab:hover:active
{
border-left : 1px solid threeddarkshadow;
border-top : 1px solid threeddarkshadow;
border-right : 1px solid threedhighlight;
border-bottom : 1px solid threedhighlight;
border-left : 1px solid #000000;
border-top : 1px solid #000000;
border-right : 1px solid #FFFFFF;
border-bottom : 1px solid #FFFFFF;
}
.box-texttab:hover:active > .panelheader-box-1
{
border-left : 1px solid threedshadow;
border-top : 1px solid threedshadow;
border-right : 1px solid threedface;
border-bottom : 1px solid threedface;
border-left : 1px solid #9D9D9D;
border-top : 1px solid #9D9D9D;
border-right : 1px solid #DDDDDD;
border-bottom : 1px solid #DDDDDD;
}
.sidebar-iframe-no-panels, .loadarea
@ -95,8 +96,8 @@
.iframe-panel
{
border-left : 1px solid threedhighlight;
border-top : 1px solid threedhighlight;
border-right : 1px solid threedshadow;
border-bottom : 1px solid threedshadow;
border-left : 1px solid #FFFFFF;
border-top : 1px solid #FFFFFF;
border-right : 1px solid #9D9D9D;
border-bottom : 1px solid #9D9D9D;
}