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:
reed@reedloden.com 2008-02-09 22:29:33 -08:00
parent cc205a52b6
commit 7d6b6fdbb8
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -820,6 +820,7 @@ menulist[type="description"] {
html|*.menulist-editable-input {
-moz-appearance: none !important;
background: transparent ! important;
}
menulist > menupopup > menuitem {