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
This commit is contained in:
scott%scott-macgregor.org
2004-06-25 01:39:50 +00:00
parent 86c323408b
commit e75b092166

View File

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