gecko-dev/themes/modern/communicator/brand.css

57 строки
1.4 KiB
CSS

#navigator-throbber
{
-moz-binding : url("chrome://global/skin/globalBindings.xml#throbber");
margin : 2px 1px 6px 8px;
border : 0px;
padding : 0px;
min-width : 0px;
background-color : transparent;
list-style-image : url("chrome://global/skin/animthrob_single.gif");
text-align : center;
cursor : pointer;
-moz-user-focus : ignore;
}
#navigator-throbber[busy="true"]
{
list-style-image : url("chrome://global/skin/animthrob.gif");
}
#navigator-throbber:hover:active
{
margin : 2px 1px 6px 8px;
}
.throbber-icon
{
margin : 0px;
background-color: #637D94;
}
.throbber-groove-left
{
width : 2px;
height : 36px;
background : url(chrome://communicator/skin/throbber-groove-left.gif) no-repeat;
}
.throbber-groove-right
{
width : 2px;
height : 36px;
background : url(chrome://communicator/skin/throbber-groove-right.gif) no-repeat;
}
.throbber-groove-top
{
height : 2px;
background : url(chrome://communicator/skin/throbber-groove-top.gif) repeat-x;
}
.throbber-groove-bottom
{
height : 2px;
background : url(chrome://communicator/skin/throbber-groove-bottom.gif) repeat-x;
}