comparison luk1.css @ 70:8109809f67cb

Fix "clactive" cell state in stylesheets.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 04:28:25 +0300
parents 7f5deab32417
children 7dd647a01fb6
comparison
equal deleted inserted replaced
69:e370345d0562 70:8109809f67cb
150 150
151 td.clnormal, td.clnormal * td { 151 td.clnormal, td.clnormal * td {
152 background: rgb(0,84,103); 152 background: rgb(0,84,103);
153 } 153 }
154 154
155 td.clactive, td.clactive * td { 155 td.clactive {
156 background: rgba(0,84,103,0.7);
157 border: 1px solid white; 156 border: 1px solid white;
158 } 157 }
159 158
160 div.nhours { 159 div.nhours {
161 text-align: right; 160 text-align: right;