change buttonover to hover for the get msg button. Thanks to Stephen Walker for the patch

This commit is contained in:
scott%scott-macgregor.org 2004-01-22 20:02:56 +00:00
parent 0b0a0459bb
commit f494d8750a

View File

@ -251,7 +251,7 @@ toolbar[iconsize="small"] #button-getmsg {
-moz-image-region: rect(0px 20px 20px 0px);
}
toolbar[iconsize="small"] #button-getmsg[buttonover] {
toolbar[iconsize="small"] #button-getmsg:hover {
-moz-image-region: rect(20px 20px 40px 0px);
}