From e533bdbc3dea94aa43776cd671e1520786f032f6 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 4 Jan 2011 11:14:20 -0500 Subject: [PATCH] Fix StatusLineExtended style. --- common/modules/config.jsm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/modules/config.jsm b/common/modules/config.jsm index e7c140cd..70f80806 100644 --- a/common/modules/config.jsm +++ b/common/modules/config.jsm @@ -382,10 +382,10 @@ var ConfigBase = Class("ConfigBase", { Usage:not(:hover)>LineInfo opacity: 0; left: 0; width: 1px; height: 1px; overflow: hidden; StatusLine;;;FontFixed font-weight: bold; background: transparent !important; -moz-appearance: none !important; border: 0px !important; min-height: 18px !important; - StatusLineNormal;[dactyl|highlight] color: white !important; background: black !important; - StatusLineBroken;[dactyl|highlight] color: black !important; background: #FFa0a0 !important /* light-red */ - StatusLineSecure;[dactyl|highlight] color: black !important; background: #a0a0FF !important /* light-blue */ - StatusLineExtended;[dactyl|highlight] color: black !important; background: #a0FFa0 !important /* light-green */ + StatusLineNormal;[dactyl|highlight] color: white !important; background: black !important; + StatusLineBroken;[dactyl|highlight] color: black !important; background: #FFa0a0 !important; /* light-red */ + StatusLineSecure;[dactyl|highlight] color: black !important; background: #a0a0FF !important; /* light-blue */ + StatusLineExtended;[dactyl|highlight] color: black !important; background: #a0FFa0 !important; /* light-green */ TabClose;.tab-close-button TabIcon;.tab-icon min-width: 16px;