aboutsummaryrefslogtreecommitdiff
path: root/dudle.css
diff options
context:
space:
mode:
Diffstat (limited to 'dudle.css')
-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; }