more skin.

git-svn-id: svn://10.0.0.236/branches/MAIL_05312002_BRANCH@125173 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
2002-07-14 04:19:07 +00:00
parent 50a18f83ae
commit 47ef3cd4f2
2 changed files with 4 additions and 20 deletions

View File

@@ -206,17 +206,17 @@
}
#spellingButton {
-moz-image-region: rect(101px 23px 122px 0);
list-style-image: url("chrome://messenger/skin/icons/chkspell-normal.gif");
}
#spellingButton:hover {
-moz-image-region: rect(101px 46px 122px 23px);
list-style-image: url("chrome://messenger/skin/icons/chkspell-hover.gif");
}
#spellingButton:hover:active {
-moz-image-region: rect(122px 23px 143px 0);
list-style-image: url("chrome://messenger/skin/icons/chkspell-select.gif");
}
#spellingButton[disabled="true"] {
-moz-image-region: rect(122px 46px 143px 23px) !important;
list-style-image: url("chrome://messenger/skin/icons/chkspell-disabled.gif");
}

View File

@@ -83,22 +83,6 @@
list-style-image: url("chrome://messenger/skin/icons/attach-disabled.gif");
}
#spellingButton {
list-style-image: url("chrome://messenger/skin/icons/chkspell-normal.gif");
}
#spellingButton:hover {
list-style-image: url("chrome://messenger/skin/icons/chkspell-hover.gif");
}
#spellingButton:hover:active {
list-style-image: url("chrome://messenger/skin/icons/chkspell-select.gif");
}
#spellingButton[disabled="true"] {
list-style-image: url("chrome://messenger/skin/icons/chkspell-disabled.gif");
}
#button-save {
list-style-image: url("chrome://messenger/skin/icons/file-normal.gif");
}