mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 1173740 - Update switch-to-tab icon for the URL bar autocomplete popup on Windows 8 and 10. r=jaws
--HG-- rename : browser/themes/windows/actionicon-tab.png => browser/themes/windows/actionicon-tab-XPVista7.png
This commit is contained in:
parent
30e64637b4
commit
fbf43b1d67
BIN
browser/themes/windows/actionicon-tab-XPVista7.png
Normal file
BIN
browser/themes/windows/actionicon-tab-XPVista7.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 421 B |
Binary file not shown.
Before Width: | Height: | Size: 421 B After Width: | Height: | Size: 194 B |
BIN
browser/themes/windows/actionicon-tab@2x.png
Normal file
BIN
browser/themes/windows/actionicon-tab@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 324 B |
@ -1630,6 +1630,15 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
||||
list-style-image: url("chrome://browser/skin/actionicon-tab.png");
|
||||
-moz-image-region: rect(0, 16px, 11px, 0);
|
||||
padding: 0 3px;
|
||||
width: 22px;
|
||||
height: 11px;
|
||||
}
|
||||
|
||||
@media (min-resolution: 1.1dppx) {
|
||||
richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-icon {
|
||||
list-style-image: url("chrome://browser/skin/actionicon-tab@2x.png");
|
||||
-moz-image-region: rect(0, 32px, 22px, 0);
|
||||
}
|
||||
}
|
||||
|
||||
@media not all and (-moz-os-version: windows-vista),
|
||||
@ -1640,6 +1649,12 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
||||
-moz-image-region: rect(11px, 16px, 22px, 0);
|
||||
}
|
||||
|
||||
@media (min-resolution: 1.1dppx) {
|
||||
richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url-box > .ac-action-icon {
|
||||
-moz-image-region: rect(22px, 32px, 44px, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.ac-comment[selected="true"],
|
||||
.ac-url-text[selected="true"],
|
||||
.ac-action-text[selected="true"] {
|
||||
|
@ -22,6 +22,8 @@ browser.jar:
|
||||
#endif
|
||||
skin/classic/browser/aboutTabCrashed.css (../shared/aboutTabCrashed.css)
|
||||
skin/classic/browser/actionicon-tab.png
|
||||
skin/classic/browser/actionicon-tab@2x.png
|
||||
skin/classic/browser/actionicon-tab-XPVista7.png
|
||||
skin/classic/browser/addons/addon-install-blocked.svg (../shared/addons/addon-install-blocked.svg)
|
||||
skin/classic/browser/addons/addon-install-confirm.svg (../shared/addons/addon-install-confirm.svg)
|
||||
skin/classic/browser/addons/addon-install-downloading.svg (../shared/addons/addon-install-downloading.svg)
|
||||
@ -645,6 +647,7 @@ browser.jar:
|
||||
% override chrome://browser/skin/preferences/saveFile.png chrome://browser/skin/preferences/saveFile-XP.png os=WINNT osversion<6
|
||||
% override chrome://browser/skin/tabbrowser/tab-separator.png chrome://browser/skin/tabbrowser/tab-separator-XP.png os=WINNT osversion<6
|
||||
|
||||
% override chrome://browser/skin/actionicon-tab.png chrome://browser/skin/actionicon-tab-XPVista7.png os=WINNT osversion<=6.1
|
||||
% override chrome://browser/skin/sync-horizontalbar.png chrome://browser/skin/sync-horizontalbar-XPVista7.png os=WINNT osversion<=6.1
|
||||
% override chrome://browser/skin/sync-horizontalbar@2x.png chrome://browser/skin/sync-horizontalbar-XPVista7@2x.png os=WINNT osversion<=6.1
|
||||
% override chrome://browser/skin/syncProgress-horizontalbar.png chrome://browser/skin/syncProgress-horizontalbar-XPVista7.png os=WINNT osversion<=6.1
|
||||
|
Loading…
Reference in New Issue
Block a user