fix the hover state of the small send button. Thanks to Arvid for pointing out this error.

This commit is contained in:
scott%scott-macgregor.org 2003-07-11 07:21:57 +00:00
parent 11cde40f22
commit 8de2fb91a6

View File

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