diff options
author | Kris Maglione <kris@vimperator.org> | 2009-10-31 13:35:03 -0400 |
---|---|---|
committer | Kris Maglione <kris@vimperator.org> | 2009-10-31 13:35:03 -0400 |
commit | fb9b81d1b74a747469525f67b9eed4eb2c5fe582 (patch) | |
tree | 26d1d24475f23bb4e9e11057601bca88c8e7a378 | |
parent | d75c7cb870c267bc884314d8e3fce1a63a6df54a (diff) | |
download | pentadactyl-fb9b81d1b74a747469525f67b9eed4eb2c5fe582.tar.gz |
Revert change in parent; this style is already applied in liberator.js. Add !important there instead.
-rw-r--r-- | common/content/hints.js | 1 | ||||
-rw-r--r-- | common/skin/liberator.css | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/common/content/hints.js b/common/content/hints.js index 4f22c149..211dae11 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -320,7 +320,6 @@ function Hints() //{{{ span.style.left = leftPos + "px"; span.style.top = topPos + "px"; - span.style.position = 'absolute'; fragment.appendChild(span); pageHints.push([elem, text, span, null, elem.style.backgroundColor, elem.style.color, showText]); diff --git a/common/skin/liberator.css b/common/skin/liberator.css index 2b3e9cc6..146619a1 100644 --- a/common/skin/liberator.css +++ b/common/skin/liberator.css @@ -8,10 +8,10 @@ [liberator|highlight~=HintImage], [liberator|highlight~=Hint] { z-index: 5000; - position: absolute; + position: absolute !important; } [liberator|highlight~=Search] { - display: inline; + display: inline !important; } /* Applied only to completion buffer and MOW */ |