mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
28 lines
418 B
CSS
28 lines
418 B
CSS
|
|
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;
|
|
}
|
|
|