1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 02:24:12 +01:00

Simplify isolation of hints from page styles.

This commit is contained in:
Kris Maglione
2010-12-20 15:53:56 -05:00
parent f03656fd87
commit 11d938f0b8
3 changed files with 58 additions and 63 deletions

View File

@@ -7,26 +7,15 @@
-moz-binding: url(chrome://dactyl/content/bindings.xml#frame) !important;
}
[dactyl|class~=magic] > [dactyl|highlight=Hint] {
visibility: visible !important;
}
[dactyl|class~=magic] {
-moz-binding: url(chrome://dactyl/content/bindings.xml#magic) !important;
visibility: hidden !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 4000px !important;
[dactyl|highlight~=hints] {
-moz-binding: url(chrome://dactyl/content/bindings.xml#hints) !important;
}
[dactyl|highlight~=HintImage],
[dactyl|highlight~=Hint] {
z-index: 5000;
z-index: 50000;
position: absolute !important;
}
[dactyl|highlight~=Search] {
display: inline !important;
}
/* Applied only to completion buffer and MOW */
@-moz-document