summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/modules/config.jsm1
-rw-r--r--common/skin/dactyl.css1
2 files changed, 2 insertions, 0 deletions
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 */