style: fix hovered links in level cells
[sheet.git] / base.css
index d05e45288b08d8dba4b52487a3d620c7ae564ddb..7e9168affd221e17896bd7605b6035e9a56fea1e 100644 (file)
--- a/base.css
+++ b/base.css
@@ -558,6 +558,10 @@ ul.legend-set li {
 #browser td > a {
        text-decoration: none;
 }
+#browser td > a:active,
+#browser td > a:hover {
+       text-decoration: underline;
+}
 #browser tr .aside {
        font-size: 80%;
        overflow: hidden;