From e753433e464a6aadcd82239b9412fc9e4987bef1 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 11 Jan 2011 23:35:23 +0100 Subject: [PATCH] unicode: general invisibility marker, not just space glyphs --- base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} -- 2.30.0