Fix missing icons for the small junk mail toolbar

This commit is contained in:
scott%scott-macgregor.org 2004-03-31 23:07:26 +00:00
Родитель 6e17f563b0
Коммит eeefe89fb9
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -331,15 +331,15 @@ toolbar[iconsize="small"] #button-delete[disabled] {
-moz-image-region: rect(40px 140px 60px 120px) !important;
}
toolbar[iconsize="small"] #button-junk{
toolbar[iconsize="small"] .junk-button{
-moz-image-region: rect(0px 160px 20px 140px);
}
toolbar[iconsize="small"] #button-junk:hover {
toolbar[iconsize="small"] .junk-button:hover {
-moz-image-region: rect(20px 160px 40px 140px);
}
toolbar[iconsize="small"] #button-junk[disabled="true"] {
toolbar[iconsize="small"] .junk-button[disabled="true"] {
-moz-image-region: rect(40px 160px 60px 140px) !important;
}