From: Mischa POSLAWSKY Date: Sat, 13 Sep 2008 08:38:55 +0000 (+0000) Subject: digraphs: fix mouse pointer on legend hover X-Git-Tag: v1.2~51 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/b8cac6e3a9b47f1a2ae9dfc7bfc53df8fec1d004 digraphs: fix mouse pointer on legend hover Recognized cells show a 'help' pointer. The same styling should be used at the legend. --- 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}