mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 416447 - "Two tiny fixes for editable menulists" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Enn a1.9=schrep]
This commit is contained in:
parent
cc205a52b6
commit
7d6b6fdbb8
@ -410,7 +410,7 @@
|
||||
xbl:inherits="value=label,value,disabled,tabindex,readonly"/>
|
||||
</xul:hbox>
|
||||
<xul:dropmarker class="menulist-dropmarker" type="menu"
|
||||
xbl:inherits="open"/>
|
||||
xbl:inherits="open,disabled"/>
|
||||
<children includes="menupopup"/>
|
||||
</content>
|
||||
|
||||
|
@ -820,6 +820,7 @@ menulist[type="description"] {
|
||||
|
||||
html|*.menulist-editable-input {
|
||||
-moz-appearance: none !important;
|
||||
background: transparent ! important;
|
||||
}
|
||||
|
||||
menulist > menupopup > menuitem {
|
||||
|
Loading…
Reference in New Issue
Block a user