mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
29 lines
588 B
CSS
Executable File
29 lines
588 B
CSS
Executable File
|
|
.history-calendar {
|
|
-moz-binding: url("chrome://browser/content/places/places.xml#calendar");
|
|
}
|
|
|
|
button.commandButton {
|
|
-moz-binding: url("chrome://browser/content/places/places.xml#command-button");
|
|
}
|
|
|
|
.filterList {
|
|
-moz-binding: url("chrome://browser/content/places/places.xml#filter-button");
|
|
}
|
|
|
|
#contentTitle {
|
|
width: 0px;
|
|
}
|
|
|
|
#searchFilter {
|
|
width: 23em;
|
|
}
|
|
|
|
/* Edit Item Panel */
|
|
|
|
#infoBox[minimal="true"] #editBMPanel_descriptionRow,
|
|
#infoBox[minimal="true"] #editBMPanel_loadInSidebarCheckbox,
|
|
#infoBox[minimal="true"] #editBMPanel_keywordRow {
|
|
visibility: collapse;
|
|
}
|