From e75b092166c164e2a511ad9932b5e58d3ecd1878 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Fri, 25 Jun 2004 01:39:50 +0000 Subject: [PATCH] Bug #241601 --> Address book icon looks like spell check icon in customize dialog. Patch by Stephen Walker. git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@158452 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mail/components/compose/skin/messengercompose.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/mail/components/compose/skin/messengercompose.css b/mozilla/mail/components/compose/skin/messengercompose.css index f18db9c4074..48b76b9ed93 100644 --- a/mozilla/mail/components/compose/skin/messengercompose.css +++ b/mozilla/mail/components/compose/skin/messengercompose.css @@ -81,11 +81,11 @@ toolbar[mode="text"] .toolbarbutton-text { #button-address { list-style-image: url("chrome://messenger/skin/messengercompose/compose-toolbar.png"); - -moz-image-region: rect(0px 60px 30px 30px); + -moz-image-region: rect(0px 60px 30px 30px) !important; } #button-address:hover { - -moz-image-region: rect(30px 60px 60px 30px); + -moz-image-region: rect(30px 60px 60px 30px) !important; } #button-address[disabled="true"] { @@ -213,11 +213,11 @@ toolbar[iconsize="small"] #button-send[disabled] { toolbar[iconsize="small"] #button-address { list-style-image: url("chrome://messenger/skin/messengercompose/compose-toolbar-small.png"); - -moz-image-region: rect(0px 40px 20px 20px); + -moz-image-region: rect(0px 40px 20px 20px) !important; } toolbar[iconsize="small"] #button-address:hover { - -moz-image-region: rect(20px 40px 40px 20px); + -moz-image-region: rect(20px 40px 40px 20px) !important; } toolbar[iconsize="small"] #button-address[disabled] {