aboutsummaryrefslogtreecommitdiffstats
path: root/src/chrome/content/proxy.xul
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/content/proxy.xul')
-rw-r--r--src/chrome/content/proxy.xul2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chrome/content/proxy.xul b/src/chrome/content/proxy.xul
index b0cb91a..fd6cb11 100644
--- a/src/chrome/content/proxy.xul
+++ b/src/chrome/content/proxy.xul
@@ -112,7 +112,7 @@
<!-- Popups -->
<popupset id="mainPopupSet">
- <popup id="mproxy-element-list" position="after_start" onpopupshowing="mproxy_showElementList(event);">
+ <popup id="mproxy-element-list" position="after_start" onpopupshowing="mproxy_showElementList(event);" style="-moz-appearance:menupopup">
<menuitem label="&common.none;" type="checkbox" checked="true" oncommand="mproxy_queueSetProxy(this);" class="proxy-menu-item"/>
<menuseparator id="mproxy-element-list-separator" />
<menuitem label="&common.manage.label;" accesskey="&common.manage.key;" oncommand="mproxy_openProxyManager();" />