mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
37 lines
940 B
CSS
37 lines
940 B
CSS
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;
|
|
}
|
|
|
|
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");
|
|
}
|