mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
20 lines
488 B
CSS
20 lines
488 B
CSS
#historyCalendar {
|
|
-moz-binding: url("chrome://browser/content/places/places.xml#calendar");
|
|
}
|
|
|
|
#searchFilter {
|
|
-moz-binding: url("chrome://browser/content/places/places.xml#textbox-timed-arbitrary");
|
|
}
|
|
|
|
tree {
|
|
-moz-binding: url("chrome://browser/content/places/places.xml#places-tree");
|
|
}
|
|
|
|
button {
|
|
-moz-binding: url("chrome://browser/content/places/places.xml#command-button");
|
|
}
|
|
|
|
.filterList {
|
|
-moz-binding: url("chrome://browser/content/places/places.xml#filter-button");
|
|
}
|