digraphs: mark reversed matches
[sheet.git] / digraphs.css
index 4fa8f7c2e32603f06d424c0a7cb7c70f9f8c2186..dc62529cc2a5b74532b6268ffc1d2f33c85a4b0c 100644 (file)
@@ -70,7 +70,14 @@ td {
        background: #DDD;
 }
 
-td.X {background: #FFF} /* unidentified */
+/* properties */
+td.X  {background: #FFF} /* unidentified */
+td.Xr {background: #EEE} /* reverse */
+td.Xa {color: #0A0} /* ascii */
+td.Xl {color: #070} /* latin1 */
+td.Co {color: #800} /* private */
+td.Xz {color: #D00} /* proposed */
+
 td.Lm, td.Mc, td.Me, td.Zl, td.Zp, td.Cs {background: #F00} /* unstyled */
 
 /* letter scripts */
@@ -96,13 +103,8 @@ td.Cc         {color: #666; background: #BBB} /* control */
 td.Zs                      {background: #ACB} /* space */
 td.Zs span                 {background: #EEE}
 
-/* properties */
-td.Xa {color: #0A0} /* ascii */
-td.Xl {color: #070} /* latin1 */
-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}