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