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)
This commit is contained in:
parent
22eea35134
commit
a83098e35f
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user