mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
56 lines
1.4 KiB
CSS
56 lines
1.4 KiB
CSS
radio {
|
|
-moz-binding: url("chrome://global/content/bindings/radio.xml#radio");
|
|
}
|
|
|
|
checkbox {
|
|
-moz-binding: url("chrome://browser/content/bindings/checkbox.xml#checkbox-radio");
|
|
}
|
|
|
|
menulist {
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#menulist");
|
|
}
|
|
|
|
/* richlist defaults ------------------------------------------------------- */
|
|
richlistbox[batch] {
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#richlistbox-batch");
|
|
}
|
|
|
|
richlistitem {
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#richlistitem");
|
|
}
|
|
|
|
dialog {
|
|
-moz-binding: url("chrome://browser/content/bindings/dialog.xml#dialog");
|
|
}
|
|
|
|
/* Do not allow these to inherit from the toolkit binding */
|
|
dialog.content-dialog {
|
|
-moz-binding: none;
|
|
}
|
|
|
|
/* Disable context menus in textboxes */
|
|
.textbox-input-box,
|
|
.textbox-input-box[spellcheck="true"] {
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#input-box");
|
|
}
|
|
|
|
textbox {
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#textbox");
|
|
}
|
|
|
|
textbox[multiline="true"] {
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#textarea");
|
|
}
|
|
|
|
textbox[type="timed"] {
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#timed-textbox");
|
|
}
|
|
|
|
textbox[type="search"] {
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#search-textbox");
|
|
}
|
|
|
|
textbox[type="number"] {
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#numberbox");
|
|
}
|