mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 03:00:30 +00:00
Classic skin polish (46613): the throbber shouldn't take focus (48467) -- better way to fix it
This commit is contained in:
parent
7f69bbf8dd
commit
d5d6dbd8b7
@ -30,6 +30,7 @@
|
||||
/**
|
||||
* Home button
|
||||
**/
|
||||
|
||||
#home-button
|
||||
{
|
||||
list-style-image : url("chrome://communicator/skin/bookmarks/home.gif");
|
||||
|
@ -7,6 +7,7 @@
|
||||
margin : 0px 2px 0px 10px;
|
||||
min-width : 0px;
|
||||
cursor : pointer;
|
||||
-moz-user-focus : ignore;
|
||||
}
|
||||
|
||||
#navigator-throbber > .button-internal-box
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -317,3 +317,4 @@
|
||||
color : #FF0000;
|
||||
}
|
||||
|
||||
|
||||
|
@ -8,6 +8,7 @@
|
||||
cursor : pointer;
|
||||
border : 0px;
|
||||
background-color : transparent;
|
||||
-moz-user-focus : ignore;
|
||||
}
|
||||
|
||||
#navigator-throbber[busy="true"]
|
||||
|
Loading…
Reference in New Issue
Block a user