Classic skin polish (46613): the throbber shouldn't take focus (48467)

This commit is contained in:
BlakeR1234%aol.com 2000-09-10 19:26:45 +00:00
parent 22eea35134
commit a83098e35f
3 changed files with 14 additions and 0 deletions

View File

@ -240,3 +240,8 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
{
list-style-image : url("chrome://global/skin/print-hover-active.gif");
}
#navigator-throbber
{
-moz-user-focus : ignore !important;
}

View File

@ -228,3 +228,8 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
{
list-style-image : url("chrome://global/skin/print-hover-active.gif");
}
#navigator-throbber
{
-moz-user-focus : ignore !important;
}

View File

@ -267,3 +267,7 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
list-style-image : url("chrome://global/skin/print-hover-active.gif");
}
#navigator-throbber
{
-moz-user-focus : ignore !important;
}