gecko/mobile/chrome/content/browser.css

37 lines
940 B
CSS
Raw Normal View History

deckbrowser {
-moz-binding: url("chrome://browser/content/deckbrowser.xml#deckbrowser");
}
#urlbar-edit {
-moz-binding: url("chrome://browser/content/urlbar.xml#autocomplete-aligned");
}
richlistitem[type="documenttab"] {
-moz-binding: url("chrome://browser/content/deckbrowser.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");
}