From b8cac6e3a9b47f1a2ae9dfc7bfc53df8fec1d004 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 13 Sep 2008 08:38:55 +0000 Subject: [PATCH 1/1] digraphs: fix mouse pointer on legend hover Recognized cells show a 'help' pointer. The same styling should be used at the legend. --- digraphs.css | 1 + 1 file changed, 1 insertion(+) diff --git a/digraphs.css b/digraphs.css index 4fa8f7c..60c0a56 100644 --- a/digraphs.css +++ b/digraphs.css @@ -103,6 +103,7 @@ td.Co {color: #800} /* private */ td.Xz {color: #D00} /* proposed */ /* hover effects */ +td.X:hover {cursor: help} td.Greek:hover {background: #FA9} td.Cyrillic:hover {background: #FB7} td.Latin:hover {background: #FF6} -- 2.30.0