changeset 9:71631fc7afad

Update CSS stylesheet to match the code changes.
author ccr@tnsp.org
date Thu, 30 Dec 2010 18:10:04 +0200
parents 121a3bfd3424
children cc85bbc6d61b
files alch.css
diffstat 1 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/alch.css	Thu Dec 30 18:09:53 2010 +0200
+++ b/alch.css	Thu Dec 30 18:10:04 2010 +0200
@@ -26,14 +26,16 @@
 }
 
 td              { font-size: 8px; text-align: center; }
-td.no           { background-color: #888; border: solid #aaa 1px; }
-td.nomark       { background-color: #888; }
-td.noclose      { background-color: #008; }
-td.close        { background-color: #008; }
-td.accept       { background-color: #080; }
 td.tab          { background-color: #000; font-size: 10px; }
 td.atab         { background-color: #888; font-size: 10px; }
-td.pair         { border: solid #0000aa 1px;}
+
+td.nomatch      { background-color: #888; border: solid #aaa 1px; }
+td.nomark       { background-color: #888; }
+td.noclose      { background-color: #008; color: yellow; }
+td.close        { background-color: #008; }
+td.accepted     { background-color: #080; }
+
+td.pair         { background-color: #fff; border: solid #00a 1px;}
 td.pairno       { background-color: #888; border: solid #00a 1px; }
 td.pairnoclose  { background-color: #008; border: solid #00a 1px; }
 td.pairclose    { background-color: #008; border: solid #00a 1px; }