Bug 405886 - Remove the "Open File" button at the right of every download row. r=sdwilsh, b-ff3=mconnor

This commit is contained in:
edward.lee@engineering.uiuc.edu 2007-12-18 00:51:57 -08:00
parent dc2e05f1f6
commit 1f823d75ad
4 changed files with 0 additions and 10 deletions

View File

@ -197,8 +197,6 @@
<xul:hbox align="center" flex="1">
<xul:label xbl:inherits="value=status,tooltiptext=status"
crop="end" flex="1" class="status"/>
<xul:button class="open mini-button" tooltiptext="&cmd.open.label;"
command="cmd_open" ondblclick="event.stopPropagation();"/>
</xul:hbox>
</xul:vbox>
</xul:hbox>

View File

@ -51,11 +51,9 @@ menuitem:not([type]) {
list-style-image: url("moz-icon://stock/gtk-cancel?size=menu");
}
.open,
#menuitem_open {
list-style-image: url("moz-icon://stock/gtk-open?size=menu");
}
/* .open can't handle disabled because by using commandsets all the .open buttons share the disabled attribute :-( */
#menuitem_open[disabled] {
list-style-image: url("moz-icon://stock/gtk-open?size=menu&state=disabled");
}

View File

@ -41,9 +41,6 @@ richlistitem[type="download"] button {
.cancel {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
.open {
-moz-image-region: rect(16px, 32px, 32px, 16px);
}
.pause {
-moz-image-region: rect(32px, 32px, 48px, 16px);
}

View File

@ -46,9 +46,6 @@ richlistitem[type="download"] .dateTime {
.cancel {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
.open {
-moz-image-region: rect(16px, 32px, 32px, 16px);
}
.pause {
-moz-image-region: rect(32px, 32px, 48px, 16px);
}