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

36 строки
885 B
CSS
Исходник Обычный вид История

2000-05-02 03:48:47 +04:00
#navigator-throbber
{
-moz-binding : url("chrome://global/content/xulBindings.xml#buttontop");
2000-05-02 03:48:47 +04:00
list-style-image : url("chrome://global/skin/animthrob_single.gif");
margin : 5px 1px 9px 8px;
padding : 0px;
cursor : pointer;
border : 0px;
background-color : transparent;
-moz-user-focus : ignore;
2000-05-02 03:48:47 +04:00
}
2000-05-02 12:10:42 +04:00
#navigator-throbber[busy="true"]
{
list-style-image : url("chrome://global/skin/animthrob.gif");
}
2000-05-02 03:48:47 +04:00
#navigator-throbber:hover:active
{
margin : 4px 0px 5px 9px;
2000-05-02 03:48:47 +04:00
}
2000-07-27 11:11:14 +04:00
#navigator-throbber > .button-internal-box
{
border : 0px;
2000-07-27 11:11:14 +04:00
padding : 0px;
margin : 0px;
}
#navigator-throbber > .button-internal-box > .button-text-container
{
display : none;
}