gecko-dev/themes/classic/global/unix/toolbar.css

67 lines
1.6 KiB
CSS

toolbox
{
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 : threedface;
}
.toolbar-holder
{
border-left : 1px solid threedhighlight;
border-top : 1px solid threedhighlight;
border-right : 1px solid threedshadow;
border-bottom : 1px solid threedshadow;
}
toolbargrippy
{
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
{
width : 30px;
}
toolbarseparator
{
width : 2em;
}