From e9cc838488b09ab3c96a97f402b7fa45f64dd708 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Wed, 20 Jan 2010 18:12:08 +0100 Subject: change timepoll input --- print.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print.css') diff --git a/print.css b/print.css index ce5ee43..966c7fe 100644 --- a/print.css +++ b/print.css @@ -18,7 +18,7 @@ ***************************************************************************/ -td.ayes, input.choosen { background-color:#0F0; } +td.ayes, input.chosen { background-color:#0F0; } td.cno { background-color:#F00; } td.bmaybe { background-color:#FF0; } td.undecided { background-color:#DDD;color:#666 } @@ -40,7 +40,7 @@ th.weekday{ width: 2.5em; } -input.navigation, input.disabled, input.choosen, input.notchoosen { +input.navigation, input.disabled, input.chosen, input.notchosen { border-width: 1px; border-style: solid; border-color: black; -- cgit v1.2.3