Bug #259293 ---> Get Mail button does not show an active state version of the icon when using small toolbar

buttons and you push down on the button.


git-svn-id: svn://10.0.0.236/trunk@162376 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2004-09-15 17:46:18 +00:00
parent 410d5dd2ba
commit 0088d478a1

View File

@@ -255,7 +255,7 @@ toolbar[iconsize="small"] #button-getmsg {
-moz-image-region: rect(0px 24px 24px 0px);
}
toolbar[iconsize="small"] #button-getmsg:active {
toolbar[iconsize="small"] #button-getmsg[buttondown], toolbar[iconsize="small"] #button-getmsg:active {
-moz-image-region: rect(24px 24px 48px 0px);
}