From: Mischa POSLAWSKY Date: Tue, 11 Jan 2011 22:35:23 +0000 (+0100) Subject: unicode: general invisibility marker, not just space glyphs X-Git-Tag: v1.5~71 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/e753433e464a6aadcd82239b9412fc9e4987bef1?ds=sidebyside unicode: general invisibility marker, not just space glyphs --- diff --git a/base.css b/base.css index 206ee8a..d223cb3 100644 --- a/base.css +++ b/base.css @@ -300,6 +300,7 @@ table.dimap { #digraphs .Xz {color: #D00} /* proposed */ .Lm, .Mc, .Me, .Zl, .Zp {background: #F00} /* unstyled */ +.X > span {background: #888} /* invisible contents */ /* letter scripts */ .Armenian, @@ -331,7 +332,6 @@ table.dimap { .Mn {background: #ACC} /* modifier */ .Cc, .Cf {color: #666; background: #BBB} /* control */ .Zs {background: #ACB} /* space */ -.Zs span {background: #EEE} .Co {background: #DCC} /* private */ .Xi, .Cs {background: #CCC} /* invalid */ .Xd {color: #844} /* deprecated */ @@ -385,6 +385,7 @@ table.dimap { /* hover effects */ .u-di, .X:hover {cursor: help} +.X:hover > span {background: #FFF} /* whitespace marker */ .Greek:hover, .Armenian:hover {background: #FA8} .Cyrillic:hover {background: #FB7} .Latin:hover {background: #EE4}