From d7efec25822470db6810c06cbb812643dac4443b Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 27 Jul 2011 09:11:28 -0400 Subject: [PATCH] Remove some !importants from add-on bar styles, against my better judgment. Closes issue #561. --- common/content/statusline.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/content/statusline.js b/common/content/statusline.js index ebeda101..41a5725e 100644 --- a/common/content/statusline.js +++ b/common/content/statusline.js @@ -39,9 +39,9 @@ var StatusLine = Module("statusline", { padding: 0 !important; border-width: 0px !important; min-width: 0 !important; - color: inherit !important; + color: inherit; } - AddonButton:not(:hover) background: transparent !important; + AddonButton:not(:hover) background: transparent; ]]>)({ padding: util.OS.isMacOSX ? "padding-right: 10px !important;" : "" })); if (document.getElementById("appmenu-button"))