aboutsummaryrefslogtreecommitdiff
path: root/dudle.css
diff options
context:
space:
mode:
Diffstat (limited to 'dudle.css')
-rw-r--r--dudle.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/dudle.css b/dudle.css
index 975fa2b..02dfb15 100644
--- a/dudle.css
+++ b/dudle.css
@@ -4,6 +4,7 @@
* see Licence *
*******************************/
+
td.ayes, input.choosen { background-color:#0F0; }
td.cno { background-color:#F00; }
td.bmaybe { background-color:#FF0; }
@@ -50,9 +51,12 @@ td {
border-width: 0px;
padding: 1px 3px;
}
-td.sum, td.date, td.name, td.checkboxes {
+td.sum, tr.participantrow, tr#add_participant, tr#summary {
background-color:Silver;
}
+tr.participantrow:hover {
+ background: #AAA;
+}
th {
padding: 1px 3px;
color: white;