mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 21:00:50 +00:00
fix the hover state of the small send button. Thanks to Arvid for pointing out this error.
This commit is contained in:
parent
11cde40f22
commit
8de2fb91a6
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user