Bug 871325 - Use proper @2x star icon spritesheet for Retina displays. r=mak.

This commit is contained in:
Mike Conley 2013-05-13 11:59:00 -04:00
Родитель 91070af6e4
Коммит 5ee13780d5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}