mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 21:37:57 +01:00
Revert change in parent; this style is already applied in liberator.js. Add !important there instead.
This commit is contained in:
@@ -320,7 +320,6 @@ function Hints() //{{{
|
|||||||
|
|
||||||
span.style.left = leftPos + "px";
|
span.style.left = leftPos + "px";
|
||||||
span.style.top = topPos + "px";
|
span.style.top = topPos + "px";
|
||||||
span.style.position = 'absolute';
|
|
||||||
fragment.appendChild(span);
|
fragment.appendChild(span);
|
||||||
|
|
||||||
pageHints.push([elem, text, span, null, elem.style.backgroundColor, elem.style.color, showText]);
|
pageHints.push([elem, text, span, null, elem.style.backgroundColor, elem.style.color, showText]);
|
||||||
|
|||||||
@@ -8,10 +8,10 @@
|
|||||||
[liberator|highlight~=HintImage],
|
[liberator|highlight~=HintImage],
|
||||||
[liberator|highlight~=Hint] {
|
[liberator|highlight~=Hint] {
|
||||||
z-index: 5000;
|
z-index: 5000;
|
||||||
position: absolute;
|
position: absolute !important;
|
||||||
}
|
}
|
||||||
[liberator|highlight~=Search] {
|
[liberator|highlight~=Search] {
|
||||||
display: inline;
|
display: inline !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Applied only to completion buffer and MOW */
|
/* Applied only to completion buffer and MOW */
|
||||||
|
|||||||
Reference in New Issue
Block a user