aboutsummaryrefslogtreecommitdiff
path: root/print.css
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-01-20 18:12:08 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-01-20 18:12:08 +0100
commite9cc838488b09ab3c96a97f402b7fa45f64dd708 (patch)
treeba0793041d752b8174eb54839c187d50f3cb5378 /print.css
parentd130c58f507b863cdae74b0fbba6349c6322c535 (diff)
change timepoll input
Diffstat (limited to 'print.css')
-rw-r--r--print.css4
1 files changed, 2 insertions, 2 deletions
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;