gecko/mobile/chrome/content/browser.css

45 lines
1.1 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");
}
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");
}
editbookmark {
-moz-binding: url("chrome://browser/content/bindings.xml#editbookmark");
}