From 5c78c9bcebdb60a98803d84342843fdcbeae42e8 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 4 Jan 2011 14:27:10 -0500 Subject: [PATCH] Hopefully fix text shadow in the status line on OS-X. --- common/modules/config.jsm | 1 + common/skin/dactyl.css | 1 + 2 files changed, 2 insertions(+) diff --git a/common/modules/config.jsm b/common/modules/config.jsm index 65ef8224..79e21d7a 100644 --- a/common/modules/config.jsm +++ b/common/modules/config.jsm @@ -387,6 +387,7 @@ var ConfigBase = Class("ConfigBase", { border: 0px !important; padding-right: 0px !important; min-height: 18px !important; + text-shadow: none !important; } StatusLineNormal;[dactyl|highlight] color: white !important; background: black !important; StatusLineBroken;[dactyl|highlight] color: black !important; background: #FFa0a0 !important; /* light-red */ diff --git a/common/skin/dactyl.css b/common/skin/dactyl.css index 90152c73..a914a7ad 100644 --- a/common/skin/dactyl.css +++ b/common/skin/dactyl.css @@ -135,6 +135,7 @@ statusbarpanel { border: 0 !important; min-height: 18px !important; background: transparent; + text-shadow: inherit !important; } /* no longer at the window's bottom right corner */