patches from Peter Annema to improve the look of the toolbar throbber, r=myself, a=waterson, and a fix for an error Peter noticed in button.css, r=myself.

This commit is contained in:
ben%netscape.com 2000-07-26 06:05:22 +00:00
parent ba8b232867
commit f52f8bf2f4
3 changed files with 5 additions and 6 deletions

View File

@ -4,9 +4,9 @@
background-image : url("chrome://communicator/skin/navbar-endbox.gif");
background-repeat : no-repeat;
list-style-image : url("chrome://global/skin/animthrob_single.gif");
width : 68px;
max-width : 68px;
padding : 11px 3px 1px 23px;
width : 56px;
max-width : 56px;
padding : 8px 8px 7px 16px;
margin : 0px;
cursor : pointer;
}
@ -18,7 +18,6 @@
#navigator-throbber:hover:active
{
padding : 12px 2px 0px 24px;
margin : 0px;
padding : 9px 7px 6px 17px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 256 B

View File

@ -140,7 +140,7 @@
button.plain > .button-internal-box > .button-text-container:hover:active,
button.plain > .button-internal-box > .button-text-container > .button-text,
button.plain > .button-internal-box > .button-text-container > .button.text:hover:active,
button-plain > .button-internal-box > .button-icon,
button.plain > .button-internal-box > .button-icon,
button.plain > .button-internal-box > .button.icon:hover:active
{
border : 0px ! important;