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.
This commit is contained in:
scott%scott-macgregor.org 2004-09-15 17:46:18 +00:00
Родитель 1e07029d5f
Коммит 0fce817590
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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