Classic skin polish (46613): the throbber shouldn't take focus (48467) -- better way to fix it

This commit is contained in:
BlakeR1234%aol.com 2000-09-10 19:48:46 +00:00
parent 7f69bbf8dd
commit d5d6dbd8b7
6 changed files with 6 additions and 1 deletions

View File

@ -30,6 +30,7 @@
/**
* Home button
**/
#home-button
{
list-style-image : url("chrome://communicator/skin/bookmarks/home.gif");

View File

@ -7,6 +7,7 @@
margin : 0px 2px 0px 10px;
min-width : 0px;
cursor : pointer;
-moz-user-focus : ignore;
}
#navigator-throbber > .button-internal-box

View File

@ -6,6 +6,7 @@
list-style-image : url("chrome://global/skin/animthrob_single.gif");
margin : 0px;
cursor : pointer;
-moz-user-focus : ignore;
}
#navigator-throbber:hover

View File

@ -7,7 +7,7 @@
margin : 1px 2px 1px 10px;
min-width : 0px;
cursor : pointer;
-moz-user-focus : none;
-moz-user-focus : ignore;
}
#navigator-throbber > .button-internal-box

View File

@ -317,3 +317,4 @@
color : #FF0000;
}

View File

@ -8,6 +8,7 @@
cursor : pointer;
border : 0px;
background-color : transparent;
-moz-user-focus : ignore;
}
#navigator-throbber[busy="true"]