digraphs: fix mouse pointer on legend hover
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 13 Sep 2008 08:38:55 +0000 (08:38 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 16 Sep 2008 03:31:31 +0000 (03:31 +0000)
Recognized cells show a 'help' pointer.  The same styling should be used at the
legend.

digraphs.css

index 4fa8f7c2e32603f06d424c0a7cb7c70f9f8c2186..60c0a560b4ede351829e5f50e92be79ce7aa5934 100644 (file)
@@ -103,6 +103,7 @@ td.Co {color: #800} /* private */
 td.Xz {color: #D00} /* proposed */
 
 /* hover effects */
 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}
 td.Greek:hover                                     {background: #FA9}
 td.Cyrillic:hover                                  {background: #FB7}
 td.Latin:hover                                     {background: #FF6}