X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/387941691e17310601dc3ed13da66001116f854e..951704ee0b51dc9f7b550d449fc6e9b121ce79a9:/base.css diff --git a/base.css b/base.css index 206ee8a..fcf1e55 100644 --- a/base.css +++ b/base.css @@ -263,6 +263,7 @@ table.dimap { .diinfo { -moz-column-width: 24em; + column-width: 24em; } .diinfo > div { overflow: hidden; @@ -300,6 +301,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 +333,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 +386,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}