mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-15 23:53:33 +01:00
Move Hint { display: inline; } to CSS
This commit is contained in:
@@ -238,7 +238,6 @@ function Hints() //{{{
|
|||||||
setClass(imgspan, activeHint == hintnum)
|
setClass(imgspan, activeHint == hintnum)
|
||||||
}
|
}
|
||||||
|
|
||||||
span.style.display = "inline";
|
|
||||||
span.setAttribute("number", hintnum++);
|
span.setAttribute("number", hintnum++);
|
||||||
if (imgspan)
|
if (imgspan)
|
||||||
imgspan.setAttribute("number", hintnum);
|
imgspan.setAttribute("number", hintnum);
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
|||||||
[liberator|highlight~=Hint] {
|
[liberator|highlight~=Hint] {
|
||||||
z-index: 5000;
|
z-index: 5000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
display: inline;
|
||||||
}
|
}
|
||||||
[liberator|highlight~=Search] {
|
[liberator|highlight~=Search] {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|||||||
Reference in New Issue
Block a user