mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
39c67440c7
bug=317831 r=beng
20 lines
502 B
CSS
20 lines
502 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");
|
|
}
|
|
|
|
tree[type="places"] {
|
|
-moz-binding: url("chrome://browser/content/places/tree.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");
|
|
}
|