aboutsummaryrefslogtreecommitdiff
path: root/dudle.css
diff options
context:
space:
mode:
authorunknown <Benjamin.Kellermann@gmx.de>2008-09-01 09:11:59 +0200
committerunknown <Benjamin.Kellermann@gmx.de>2008-09-01 09:11:59 +0200
commitb7c581eda94e86174b01c58770043a2582ab3df1 (patch)
treebe3cd174cb7d36b9cb0b79df1914a81f508ef3c3 /dudle.css
parent9a00420e5f9127eb1c06a86c43943867e01c8557 (diff)
Date support when inserting added
Diffstat (limited to '')
-rw-r--r--dudle.css23
1 files changed, 21 insertions, 2 deletions
diff --git a/dudle.css b/dudle.css
index 9397a3e..bcc0e9a 100644
--- a/dudle.css
+++ b/dudle.css
@@ -1,9 +1,28 @@
-td.true { background-color:#0F0; }
-td.false { background-color:#F00; }
+td.true, input.choosen { background-color:#0F0; }
+td.false { background-color:#F00; }
td.undecided { background-color:#DDD;color:#666 }
td.name {
text-align:right;
}
+input.navigation, input.disabled, input.choosen, input.notchoosen {
+ border-width: 1px;
+ border-style: solid;
+ border-color: black;
+ padding: 0px;
+ cursor: pointer;
+ width: 3.5em;
+ height: 3.5ex;
+}
+input.navigation {
+ color: white;
+ background-color: black;
+}
+input.disabled { background-color:#DDD;color:#BBB}
+td.calendarday{
+ border: 1px;
+ padding: 0px;
+ margin: 0px;
+}
table {
border: none;
}