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:
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user