mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
30 lines
582 B
CSS
30 lines
582 B
CSS
|
|
.history-calendar {
|
|
-moz-binding: url("chrome://browser/content/places/places.xml#calendar");
|
|
}
|
|
|
|
#searchFilter {
|
|
-moz-binding: url("chrome://browser/content/places/places.xml#textbox-timed-arbitrary");
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
.textbox-input-closebutton {
|
|
display: none;
|
|
}
|
|
|
|
#searchFilter[filtered="true"] .textbox-input-closebutton {
|
|
display: -moz-box;
|
|
}
|
|
|