1.1 --- a/htdocs/styles.css Sun Mar 08 01:35:43 2015 +0100
1.2 +++ b/htdocs/styles.css Mon Mar 09 18:30:38 2015 +0100
1.3 @@ -184,7 +184,11 @@
1.4 input.add,
1.5 input.remove,
1.6 input.remove:checked ~ label.remove,
1.7 -input.remove:not(:checked) ~ label.removed {
1.8 +input.remove:not(:checked) ~ label.removed,
1.9 +
1.10 +/* Hide the reset control, selected using a label. */
1.11 +
1.12 +input#reset {
1.13 display: none;
1.14 }
1.15
1.16 @@ -208,7 +212,8 @@
1.17 label.remove,
1.18 label.removed,
1.19 label.hidebusy,
1.20 -label.showdays {
1.21 +label.showdays,
1.22 +label.reset {
1.23 color: #009;
1.24 text-decoration: underline;
1.25 }
1.26 @@ -219,7 +224,8 @@
1.27 }
1.28
1.29 label.hidebusy,
1.30 -label.showdays {
1.31 +label.showdays,
1.32 +label.reset {
1.33 padding-left: 0.25em;
1.34 }
1.35
1.36 @@ -230,3 +236,7 @@
1.37 label.hidebusy {
1.38 border-left: 1em solid #af8; /* td.event background-color */
1.39 }
1.40 +
1.41 +label.reset {
1.42 + border-left: 1em solid #5f4; /* (selected) .timepoint background-color */
1.43 +}