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

git-svn-id: svn://10.0.0.236/trunk@144706 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org 2003-07-11 07:21:57 +00:00
parent 5a3d514e37
commit 9abc0664c4

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);
}