pjs/themes/modern/global/toolbar.css

30 строки
444 B
CSS

/* this file is not used */
toolbox
{
background-color : #999999;
}
toolbar
{
background-color : #CCCCCC;
border : 1px outset #CCCCCC;
}
toolbargrippy
{
background-color : #CCCCCC;
border : 1px solid #CCCCCC;
}
toolbar[collapsed="true"] > toolbargrippy
{
width : 30px;
}
toolbarseparator
{
width : 2em;
}