зеркало из https://github.com/mozilla/gecko-dev.git
Bug 827015 - Clean up "Clear Downloads" button theming for Library Downloads view. r=mak.
This commit is contained in:
Родитель
c3b6f61958
Коммит
1456be1c38
|
@ -89,3 +89,11 @@
|
|||
#fileExport {
|
||||
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 {
|
||||
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 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Downloads pane
|
||||
*/
|
||||
|
||||
#clearDownloadsButton > .toolbarbutton-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#clearDownloadsButton {
|
||||
-moz-padding-start: 9px;
|
||||
-moz-padding-end: 9px;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче