aboutsummaryrefslogtreecommitdiff
path: root/dudle.css
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-24 18:48:42 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-24 18:48:42 +0200
commit072d4685a727e0c68a39a99b806b102e7a8eb04b (patch)
treec0b21a92d8f0f550e8ff0e4048af0a5793a41ab7 /dudle.css
parent5aff0fbb822b6e3ae57f1826fcfb5edc7a251e1a (diff)
usability fix: cursor
Diffstat (limited to '')
-rw-r--r--dudle.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/dudle.css b/dudle.css
index 8634b56..a7c9fd2 100644
--- a/dudle.css
+++ b/dudle.css
@@ -5,6 +5,8 @@
*******************************/
+td.ayes, td.bmaybe, td.cno { cursor:default; }
+label { cursor: pointer; }
td.ayes, input.choosen { background-color:#0F0; }
td.cno { background-color:#F00; }
td.bmaybe { background-color:#FF0; }