mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
310 B
HTML
13 lines
310 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
#myStyle:-moz-display-comboboxcontrol-frame {
|
|
-moz-user-input: none !important;
|
|
}
|
|
#myStyle:-moz-dropdown-list {
|
|
-moz-user-input: none !important;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body onload="getElementById('mySelect').setAttribute('id', 'myStyle');"><select id="mySelect"></select></body></html>
|