diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-01-04 14:27:10 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-01-04 14:27:10 -0500 |
commit | 5c78c9bcebdb60a98803d84342843fdcbeae42e8 (patch) | |
tree | 1996c25b7b2a38dec7bdc57d786f9eea7fe6063b /common/skin/dactyl.css | |
parent | c345904fb3739b35dc4663f36ba1ba199bb7ac07 (diff) | |
download | pentadactyl-5c78c9bcebdb60a98803d84342843fdcbeae42e8.tar.gz |
Hopefully fix text shadow in the status line on OS-X.
Diffstat (limited to 'common/skin/dactyl.css')
-rw-r--r-- | common/skin/dactyl.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |