зеркало из https://github.com/mozilla/pjs.git
107 строки
2.5 KiB
CSS
107 строки
2.5 KiB
CSS
|
|
/******* ToolBox & ToolBar *******/
|
|
|
|
toolbar
|
|
{
|
|
background-color : #394B6E;
|
|
border-bottom : 1px solid #677684;
|
|
border-top : 1px solid #A9B7D8;
|
|
}
|
|
|
|
toolbargrippy
|
|
{
|
|
background : url("chrome://global/skin/tb-grippy-up.png") no-repeat bottom;
|
|
width : 9px;
|
|
height : 7px;
|
|
margin : 0px 0px 3px 2px;
|
|
}
|
|
|
|
toolbargrippy:hover:active
|
|
{
|
|
background : url("chrome://global/skin/tb-grippy-up-clicked.png") no-repeat bottom;
|
|
}
|
|
|
|
.collapsed-tray-holder
|
|
{
|
|
background-color : #394B6E;
|
|
border-bottom : 1px solid #11151F;
|
|
border-top : 1px solid #A9B7D8;
|
|
}
|
|
|
|
toolbargrippy[tbgrippy-collapsed="true"]
|
|
{
|
|
background : url(chrome://global/skin/tb-grippy-down.png) no-repeat bottom left;
|
|
margin : 1px 0px 1px 2px;
|
|
}
|
|
|
|
toolbargrippy[tbgrippy-collapsed="true"]:hover:active
|
|
{
|
|
background : url("chrome://global/skin/tb-grippy-down-clicked.png") no-repeat bottom left;
|
|
}
|
|
|
|
|
|
toolbar[collapsed="true"] > toolbargrippy
|
|
{
|
|
width : 30px;
|
|
}
|
|
|
|
.toolbar-standard > toolbargrippy
|
|
{
|
|
background-color : #003366;
|
|
background-image : url("chrome://global/skin/taskbar-tab.gif");
|
|
background-repeat : no-repeat;
|
|
}
|
|
|
|
.toolbar-standard
|
|
{
|
|
color : white;
|
|
background-color : #394B6E;
|
|
padding : 0px;
|
|
margin : 0px;
|
|
border : none;
|
|
}
|
|
|
|
.toolbarseparator-standard
|
|
{
|
|
width : 1px;
|
|
border-left : 1px solid #9D9D9D;
|
|
border-right : 1px solid #FFFFFF;
|
|
margin : 2px 0.2em 2px 0.2em;
|
|
}
|
|
|
|
.toolbar-primary
|
|
{
|
|
behavior : url("chrome://global/skin/globalBindings.xml#toolbar-primary");
|
|
padding : 0px;
|
|
border-bottom : 1px solid #354557;
|
|
border-top : 0px;
|
|
background-color : transparent;
|
|
background-image : none;
|
|
}
|
|
|
|
.toolbar-primary-image-left
|
|
{
|
|
background : url("chrome://global/skin/navbar-bg-leftcap.png") no-repeat;
|
|
width : 24px;
|
|
max-height : 43px;
|
|
}
|
|
|
|
.toolbar-primary-image-middle
|
|
{
|
|
background : url("chrome://global/skin/navbar-bg.png") repeat-x;
|
|
max-height : 43px;
|
|
}
|
|
|
|
.toolbar-primary-image-right
|
|
{
|
|
background : url("chrome://global/skin/navbar-bg-rightcap.png") no-repeat;
|
|
width : 24px;
|
|
max-height : 43px;
|
|
}
|
|
|
|
.toolbary-primary-grippy
|
|
{
|
|
background-image : none;
|
|
background-color : transparent;
|
|
}
|