mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 871325 - Use proper @2x star icon spritesheet for Retina displays. r=mak.
This commit is contained in:
parent
3e0267d079
commit
25402babef
@ -1754,7 +1754,7 @@ window[tabsontop="false"] richlistitem[type~="action"][actiontype="switchtab"][s
|
||||
|
||||
@media (min-resolution: 2dppx) {
|
||||
#star-button {
|
||||
list-style-image: url("chrome://browser/skin/places/star-icons.png");
|
||||
list-style-image: url("chrome://browser/skin/places/star-icons@2x.png");
|
||||
-moz-image-region: rect(0, 32px, 32px, 0);
|
||||
width: 22px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user