Bug #241601 --> Address book icon looks like spell check icon in customize dialog.

Patch by Stephen Walker.
This commit is contained in:
scott%scott-macgregor.org 2004-06-25 01:39:50 +00:00
parent d3041f6b15
commit e19b920e3b

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