1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-09 14:25:46 +01:00

explicity use an element in the .hl-URL:hover selector since the MOW currently

uses about:blank which puts FF in quirks mode where this is required
This commit is contained in:
Doug Kearns
2007-10-18 11:35:53 +00:00
parent a03c6021fd
commit 1b05ad305f

View File

@@ -150,7 +150,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
color: green;
text-decoration: none;
}
.hl-URL:hover {
a.hl-URL:hover {
background-color: gray;
}