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:
philringnalda%gmail.com 2006-11-23 02:30:27 +00:00
Родитель f439334487
Коммит b365a55abe
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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 {