fix mac classic toolbars, 41272

This commit is contained in:
ben%netscape.com 2000-06-21 00:44:15 +00:00
Родитель f894ddc866
Коммит 6e1622beaf
1 изменённых файлов: 46 добавлений и 7 удалений

Просмотреть файл

@ -1,19 +1,59 @@
toolbox
{
background-color : #999999;
background-color : appworkspace;
border-left : 1px solid threedshadow;
border-top : 1px solid threedshadow;
border-right : 1px solid threedhighlight;
border-bottom : 1px solid threedhighlight;
}
.toolbox-top
{
margin-bottom : 3px;
}
toolbar
{
background-color : #DDDDDD;
border : 1px outset #CCCCCC;
background-color : threedface;
}
.toolbar-holder
{
border-left : 1px solid threedhighlight;
border-top : 1px solid threedhighlight;
border-right : 1px solid threedshadow;
border-bottom : 1px solid threedshadow;
}
toolbargrippy
{
background-color : #DDDDDD;
border : 1px solid #CCCCCC;
behavior : url("chrome://global/skin/classicBindings.xml#toolbargrippy");
background-color : threedface;
border-left : 1px solid threedhighlight;
border-top : 1px solid threedhighlight;
border-right : 1px solid threedshadow;
border-bottom : 1px solid threedshadow;
width : 12px;
}
.toolbargrippy-twisty
{
list-style-image : url("chrome://global/skin/toolbargrippy-twisty.gif");
margin-top : 2px;
}
.toolbargrippy-texture
{
margin : 5px 3px 1px 2px;
background-image : url("chrome://global/skin/toolbargrippy-texture.gif");
background-position : 50% 0%;
background-repeat : repeat-y;
}
toolbargrippy:hover
{
background-color : #CCCCFF;
}
toolbar[collapsed="true"] > toolbargrippy
@ -24,5 +64,4 @@ toolbar[collapsed="true"] > toolbargrippy
toolbarseparator
{
width : 2em;
}
}