Bug 1325756 - Fix references after landing of bug 1323810 (rename close-XPVista7.png to close-win7.png). r=aleth
This commit is contained in:
Родитель
5dc2b80910
Коммит
ee5b9fed02
|
@ -202,7 +202,7 @@ contact[droptarget] > buddy[dummy] {
|
|||
margin-inline-end: 0;
|
||||
-moz-stack-sizing: ignore;
|
||||
%ifdef XP_WIN
|
||||
list-style-image: url("chrome://global/skin/icons/close-XPVista7.png");
|
||||
list-style-image: url("chrome://global/skin/icons/close-win7.png");
|
||||
%else
|
||||
list-style-image: url("chrome://global/skin/icons/close.png");
|
||||
%endif
|
||||
|
@ -497,7 +497,7 @@ group[closed] .twisty {
|
|||
background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 25%, transparent 100%);
|
||||
border: none;
|
||||
%ifdef XP_WIN
|
||||
list-style-image: url("chrome://global/skin/icons/close-XPVista7.png");
|
||||
list-style-image: url("chrome://global/skin/icons/close-win7.png");
|
||||
%else
|
||||
list-style-image: url("chrome://global/skin/icons/close.png");
|
||||
%endif
|
||||
|
|
|
@ -182,7 +182,7 @@ toolbarbutton > .toolbarbutton-icon {
|
|||
-moz-image-region: rect(0, 64px, 16px, 48px);
|
||||
border: none;
|
||||
padding: 0px;
|
||||
list-style-image: url("chrome://global/skin/icons/close-XPVista7.png");
|
||||
list-style-image: url("chrome://global/skin/icons/close-win7.png");
|
||||
}
|
||||
|
||||
.tab-close-button:-moz-system-metric(touch-enabled) {
|
||||
|
@ -316,7 +316,7 @@ toolbarbutton > .toolbarbutton-icon {
|
|||
/* Tabstrip close button */
|
||||
.tabs-closebutton {
|
||||
-moz-appearance: none;
|
||||
list-style-image: url("chrome://global/skin/icons/close-XPVista7.png");
|
||||
list-style-image: url("chrome://global/skin/icons/close-win7.png");
|
||||
-moz-image-region: rect(0, 16px, 16px, 0);
|
||||
padding: 4px 2px;
|
||||
margin: 0px;
|
||||
|
|
|
@ -148,7 +148,7 @@ imcontact[aliasing] .contactDisplayName {
|
|||
margin-inline-end: 0;
|
||||
-moz-stack-sizing: ignore;
|
||||
%ifdef XP_WIN
|
||||
list-style-image: url("chrome://global/skin/icons/close-XPVista7.png");
|
||||
list-style-image: url("chrome://global/skin/icons/close-win7.png");
|
||||
%else
|
||||
list-style-image: url("chrome://global/skin/icons/close.png");
|
||||
%endif
|
||||
|
|
|
@ -1543,7 +1543,7 @@
|
|||
}
|
||||
|
||||
.ab-closebutton {
|
||||
list-style-image: url("chrome://global/skin/icons/close-XPVista7.png");
|
||||
list-style-image: url("chrome://global/skin/icons/close-win7.png");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
because it controls how large the preview, subject and sender text can be
|
||||
before cropping kicks in */
|
||||
max-width: 450px;
|
||||
padding: 0px 5px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.folderSummary-subject {
|
||||
|
@ -77,17 +77,17 @@
|
|||
}
|
||||
|
||||
#closeButton {
|
||||
list-style-image: url("chrome://messenger/skin/icons/close-button.png");
|
||||
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
||||
list-style-image: url("chrome://global/skin/icons/close-win7.png");
|
||||
-moz-image-region: rect(0, 16px, 16px, 0);
|
||||
-moz-appearance: none;
|
||||
border: none !important;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#closeButton:hover {
|
||||
-moz-image-region: rect(0px, 32px, 16px, 16px);
|
||||
-moz-image-region: rect(0, 32px, 16px, 16px);
|
||||
}
|
||||
|
||||
#closeButton:hover:active {
|
||||
-moz-image-region: rect(0px, 48px, 16px, 32px);
|
||||
-moz-image-region: rect(0, 48px, 16px, 32px);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче