gecko/mobile/chrome/content/browser.css

69 lines
1.6 KiB
CSS
Raw Normal View History

#urlbar-edit {
-moz-binding: url("chrome://browser/content/bindings.xml#autocomplete-aligned");
}
#tabs {
-moz-binding: url("chrome://browser/content/tabs.xml#tablist");
}
richlistitem[type="documenttab"] {
-moz-binding: url("chrome://browser/content/tabs.xml#documenttab");
}
#prefs-container > scrollbox
{
overflow: auto;
}
2008-09-06 23:54:06 -07:00
richpref[type="bool"] {
-moz-binding: url("chrome://browser/content/preferences/richpref.xml#richpref-bool");
}
richpref[type="boolint"] {
-moz-binding: url("chrome://browser/content/preferences/richpref.xml#richpref-boolint");
}
richpref[type="button"] {
-moz-binding: url("chrome://browser/content/preferences/richpref.xml#richpref-button");
}
notificationbox {
overflow: -moz-hidden-unscrollable;
}
notification {
-moz-binding: url("chrome://browser/content/notification.xml#notification");
}
notification button {
-moz-binding: url("chrome://browser/content/notification.xml#notification-button");
}
#popup_autocomplete {
-moz-binding: url("chrome://browser/content/bindings.xml#popup_autocomplete");
}
placeitem {
-moz-binding: url("chrome://browser/content/bindings.xml#place-item");
}
placeitem[type="folder"] {
-moz-binding: url("chrome://browser/content/bindings.xml#place-folder");
}
placelist {
-moz-binding: url("chrome://browser/content/bindings.xml#place-list");
}
placetree {
-moz-binding: url("chrome://browser/content/bindings.xml#place-tree");
}
placelabel {
-moz-binding: url("chrome://browser/content/bindings.xml#place-label");
}
checkbox {
-moz-binding: url("chrome://browser/content/checkbox.xml#checkbox-radio");
}