Bug 314241: "report broken web site" toolbar button is broken when using "small icons", r=mconnor

This commit is contained in:
gavin%gavinsharp.com 2005-10-29 01:36:01 +00:00
Родитель 2db40a132c
Коммит 65e11cab02
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -39,6 +39,6 @@ toolbar[iconsize="small"] #reporterMenuButton:hover:active {
}
*/
toolbar[iconsize="small"] #reporterMenuButton[disabled="true"] {
-moz-image-region: rect(0px 32px 15px 28px) !important;
-moz-image-region: rect(0px 42px 15px 28px) !important;
}