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

git-svn-id: svn://10.0.0.236/trunk@215737 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
philringnalda%gmail.com 2006-11-23 02:30:27 +00:00
parent 2c1be00595
commit 3d9cbe9567

View File

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