mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Pinstripe: Reload button not getting right image rect when using "small icons", bug #284130
This commit is contained in:
parent
4d1604af48
commit
a665fc3a36
@ -478,7 +478,7 @@ toolbar[iconsize="small"] #reload-button:active {
|
||||
-moz-image-region: rect(24px 96px 48px 72px);
|
||||
}
|
||||
toolbar[iconsize="small"] #reload-button[disabled="true"] {
|
||||
-moz-image-region: rect(48px 96px 72px 72px);
|
||||
-moz-image-region: rect(48px 96px 72px 72px) !important;
|
||||
}
|
||||
|
||||
/* home button */
|
||||
|
Loading…
Reference in New Issue
Block a user