зеркало из https://github.com/mozilla/pjs.git
Bug 350423: fix pinstripe image regions for phishing and remote content on the trunk, now that the Fx visual refresh has landed the smaller images on the trunk, r=mscott
This commit is contained in:
Родитель
f439334487
Коммит
b365a55abe
|
@ -499,7 +499,7 @@ toolbar[iconsize="small"] #button-next[disabled] {
|
|||
|
||||
#remoteContentImage {
|
||||
list-style-image: url("chrome://global/skin/console/console-toolbar.png");
|
||||
-moz-image-region: rect(0px, 32px, 32px, 0px);
|
||||
-moz-image-region: rect(0px, 24px, 24px, 0px);
|
||||
}
|
||||
|
||||
#remoteContentBar {
|
||||
|
@ -518,7 +518,7 @@ toolbar[iconsize="small"] #button-next[disabled] {
|
|||
#phishingBarImage {
|
||||
/* for now, temporarily copy the remote image icon until we can get a new one */
|
||||
list-style-image: url("chrome://global/skin/console/console-toolbar.png");
|
||||
-moz-image-region: rect(0px, 32px, 32px, 0px);
|
||||
-moz-image-region: rect(0px, 24px, 24px, 0px);
|
||||
}
|
||||
|
||||
#phishingBar {
|
||||
|
|
Загрузка…
Ссылка в новой задаче