From 8ad4e5b6345a088cfa74650e3d167b014c8a27eb Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 11 Feb 2011 08:29:28 -0500 Subject: [PATCH] =?UTF-8?q?Dewidthify=20and=20unpad=20appmenu=20button=20f?= =?UTF-8?q?or=20Windows=C2=AE=20users.=20Might=20leave=20a=20gap=20for=20t?= =?UTF-8?q?hose=20with=20tabs=20in=20their=20titlebar.=20We'll=20see=20who?= =?UTF-8?q?=20complains.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/content/statusline.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common/content/statusline.js b/common/content/statusline.js index d2ec2070..cff302c0 100644 --- a/common/content/statusline.js +++ b/common/content/statusline.js @@ -38,12 +38,17 @@ var StatusLine = Module("statusline", { } AddonButton:not(:hover) background: transparent !important; ]]>)({ padding: util.OS.isMacOSX ? "padding-right: 10px !important;" : "" })); + + if (document.getElementById("appmenu-button")) + highlight.loadCSS(); } XML.ignoreWhitespace = true; let _commandline = "if (window.dactyl) return dactyl.modules.commandline"; let prepend = -