mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 21:52:27 +01:00
Fix hints
This commit is contained in:
@@ -173,7 +173,7 @@ function Hints() //{{{
|
|||||||
{
|
{
|
||||||
var oldElem = validHints[oldID - 1];
|
var oldElem = validHints[oldID - 1];
|
||||||
if (oldElem)
|
if (oldElem)
|
||||||
setClass(newElem, false);
|
setClass(oldElem, false);
|
||||||
|
|
||||||
var newElem = validHints[newID - 1];
|
var newElem = validHints[newID - 1];
|
||||||
if (newElem)
|
if (newElem)
|
||||||
|
|||||||
@@ -92,8 +92,8 @@ function Highlights(name, store, serial)
|
|||||||
padding: 0px 1px 0px 1px;
|
padding: 0px 1px 0px 1px;
|
||||||
}
|
}
|
||||||
Hint::after,,* content: attr(number);
|
Hint::after,,* content: attr(number);
|
||||||
HintElem,,* background: yellow; color: black;
|
HintElem,,* background-color: yellow; color: black;
|
||||||
HintActive,,* background: #88FF00; color: black;
|
HintActive,,* background-color: #88FF00; color: black;
|
||||||
HintImage,,* opacity: .5;
|
HintImage,,* opacity: .5;
|
||||||
|
|
||||||
Search,,* {
|
Search,,* {
|
||||||
|
|||||||
Reference in New Issue
Block a user