Bug 419835 - "Removal of "Find Updates" icon" (regression fix) [p=reed r=Mano a1.9b4-pending (bustage fix)]

This commit is contained in:
reed@reedloden.com 2008-02-29 02:31:22 -08:00
parent d9aa13dba2
commit ed3bc7df43
2 changed files with 8 additions and 0 deletions

View File

@ -42,6 +42,10 @@
-moz-margin-end: 5px;
}
#checkUpdatesAllButton {
list-style-image: none;
}
#installFileButton, #installUpdatesAllButton {
-moz-image-region: rect(0px, 84px, 21px, 63px);
}

View File

@ -41,6 +41,10 @@
-moz-margin-end: 5px;
}
#checkUpdatesAllButton {
list-style-image: none;
}
#installFileButton, #installUpdatesAllButton {
-moz-image-region: rect(0px, 84px, 21px, 63px);
}