From e58665e4b2a2cd3fc4c361de05f37cdd9d9be660 Mon Sep 17 00:00:00 2001 From: "reed@reedloden.com" Date: Sat, 9 Feb 2008 22:29:33 -0800 Subject: [PATCH] Bug 416447 - "Two tiny fixes for editable menulists" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Enn a1.9=schrep] --- toolkit/content/widgets/menulist.xml | 2 +- toolkit/content/xul.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/toolkit/content/widgets/menulist.xml b/toolkit/content/widgets/menulist.xml index 31a2d6b1c76..940631feab3 100644 --- a/toolkit/content/widgets/menulist.xml +++ b/toolkit/content/widgets/menulist.xml @@ -410,7 +410,7 @@ xbl:inherits="value=label,value,disabled,tabindex,readonly"/> + xbl:inherits="open,disabled"/> diff --git a/toolkit/content/xul.css b/toolkit/content/xul.css index ee6b2de18b3..61654b0a6b4 100644 --- a/toolkit/content/xul.css +++ b/toolkit/content/xul.css @@ -820,6 +820,7 @@ menulist[type="description"] { html|*.menulist-editable-input { -moz-appearance: none !important; + background: transparent ! important; } menulist > menupopup > menuitem {