1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-04 04:35:46 +01:00

Hopefully fix text shadow in the status line on OS-X.

This commit is contained in:
Kris Maglione
2011-01-04 14:27:10 -05:00
parent c345904fb3
commit 5c78c9bceb
2 changed files with 2 additions and 0 deletions

View File

@@ -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 */

View File

@@ -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 */