1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-01 10:55:44 +01:00

Ignore 'passkeys' key chains begining with ordinary characters in input modes.

This commit is contained in:
Kris Maglione
2011-02-20 18:38:31 -05:00
parent 211091d79d
commit 568bee6839
3 changed files with 39 additions and 23 deletions

View File

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