Bug 827015 - Clean up "Clear Downloads" button theming for Library Downloads view. r=mak.

This commit is contained in:
Mike Conley 2013-01-10 11:17:43 -05:00
Родитель c3b6f61958
Коммит 1456be1c38
3 изменённых файлов: 37 добавлений и 0 удалений

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

@ -89,3 +89,11 @@
#fileExport { #fileExport {
list-style-image: url("moz-icon://stock/gtk-save-as?size=menu"); list-style-image: url("moz-icon://stock/gtk-save-as?size=menu");
} }
/**
* Downloads pane
*/
#clearDownloadsButton > .toolbarbutton-icon {
display: none;
}

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

@ -287,3 +287,19 @@
.editBMPanel_rowLabel { .editBMPanel_rowLabel {
text-align: end; text-align: end;
} }
/**
* Downloads pane
*/
#placesToolbar > #clearDownloadsButton {
list-style-image: none;
}
#clearDownloadsButton > .toolbarbutton-icon {
display: none;
}
#clearDownloadsButton > .toolbarbutton-text {
display: inline;
}

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

@ -127,3 +127,16 @@
#searchFilter { #searchFilter {
margin: 0; margin: 0;
} }
/**
* Downloads pane
*/
#clearDownloadsButton > .toolbarbutton-icon {
display: none;
}
#clearDownloadsButton {
-moz-padding-start: 9px;
-moz-padding-end: 9px;
}