X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/7ed9b63a14c31376317e10ff18bdc8634508285b..5fb5ef93dc4a86bdc00b2f4a643af0063c41f7c9:/base.css diff --git a/base.css b/base.css index 1e060d6..55d4793 100644 --- a/base.css +++ b/base.css @@ -368,7 +368,7 @@ table.dimap { .Mn {background: #ACC} /* modifier */ .Cc, .Cf {color: #666; background: #BBB} /* control */ .Zs {background: #ACB} /* space */ -.Co {background: #DCC} /* private */ +.Co, .Xi.Co {background: #DCC} /* private */ .Xi, .Cs {background: #CCC} /* invalid */ .Xd {color: #844} /* deprecated */ .Xr {color: #888} /* reserved (digraph reverse or proposal) */ @@ -448,6 +448,7 @@ table.dimap { .Cc:hover, .Cf:hover {background: #DDD} /* control */ .Co:hover {background: #A77} /* private */ .Xr:hover {background: #FFF} /* reserved */ +.Xi:hover {background: #DDD} /* invalid */ .Xa:hover {outline: 1px solid #0F0} /* ascii */ .Xl:hover {outline: 1px solid #0C0} /* latin1 */ .u-prop:hover {outline: 1px solid #F00} /* proposed */