зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1091117 - Used 2x png for about:newtab through media query. r=adw
This commit is contained in:
Родитель
b40d7cb874
Коммит
24be2ecfb3
|
@ -487,6 +487,14 @@ input[type=button] {
|
|||
.newtab-customize-panel-item[selected],
|
||||
.newtab-search-panel-engine[selected] {
|
||||
background: url("chrome://global/skin/menu/shared-menu-check.png") center left 4px no-repeat transparent;
|
||||
background-size: 16px 16px;
|
||||
}
|
||||
|
||||
@media (min-resolution: 2dppx) {
|
||||
.newtab-customize-panel-item[selected],
|
||||
.newtab-search-panel-engine[selected] {
|
||||
background-image: url("chrome://global/skin/menu/shared-menu-check@2x.png");
|
||||
}
|
||||
}
|
||||
|
||||
.searchSuggestionTable {
|
||||
|
|
Загрузка…
Ссылка в новой задаче