1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-23 01:25:46 +01:00

Isolate hint nodes from page styles.

This commit is contained in:
Kris Maglione
2010-12-10 09:40:35 -05:00
parent 2f79dc44b7
commit 1c734e6709
4 changed files with 41 additions and 29 deletions

View File

@@ -3,7 +3,18 @@
/* Applied to all content */
[dactyl|activeframe] {
-moz-binding: url(chrome://dactyl/content/bindings.xml#frame);
-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;
}
[dactyl|highlight~=HintImage],