mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
7 lines
198 B
CSS
7 lines
198 B
CSS
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
|
|
|
|
html|*.menulist-editable-input {
|
|
-moz-appearance: none !important;
|
|
background: transparent ! important;
|
|
}
|