diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-02-20 18:38:31 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-02-20 18:38:31 -0500 |
commit | 568bee6839333aa927afeac6bb6f1a120a0f2dea (patch) | |
tree | 3944bfb4e1da0f5c364e9bc2a9552303ac857868 /common/skin | |
parent | 211091d79dc2b26c5343ee5e82138e55675878a9 (diff) | |
download | pentadactyl-568bee6839333aa927afeac6bb6f1a120a0f2dea.tar.gz |
Ignore 'passkeys' key chains begining with ordinary characters in input modes.
Diffstat (limited to 'common/skin')
-rw-r--r-- | common/skin/dactyl.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/skin/dactyl.css b/common/skin/dactyl.css index 7051dfd9..57b01d3c 100644 --- a/common/skin/dactyl.css +++ b/common/skin/dactyl.css @@ -112,12 +112,10 @@ window[dactyl|highlight~=Bell] > * { } [dactyl|highlight~=CmdLine] { - /* background: inherit !important; */ color: inherit !important; } .dactyl-status-field-url { - /* background-color: inherit !important; */ color: inherit !important; } @@ -137,10 +135,8 @@ label[collapsed=true] { .dactyl-completions { -moz-user-focus: ignore; - overflow: -moz-scrollbars-none !important; /* does not seem to work fully */ border-width: 0px !important; border-top: 1px solid black !important; - /*-moz-appearance: none !important; /* prevent an ugly 3D border */ } /* fixes the min-height: 22px from firefox */ |