File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,11 @@ public static Calendar Parse(int year, IDocument document) {
41
41
.calendar .calendar-day {{ color: #666666; }}
42
42
.calendar a .calendar-day {{ color: #cccccc; }}
43
43
.calendar a .calendar-mark-complete,
44
+ .calendar a .calendar-mark-verycomplete {{visibility: hidden;}}
44
45
.calendar a.calendar-complete .calendar-mark-complete,
45
- .calendar a.calendar-verycomplete .calendar-mark-complete {{ color: #ffff66; }}
46
- .calendar a.calendar-verycomplete .calendar-mark-verycomplete {{ color: #ffff66; }}
46
+ .calendar a.calendar-verycomplete .calendar-mark-complete {{ visibility: visible; color: #ffff66; }}
47
+ .calendar a.calendar-verycomplete .calendar-mark-verycomplete {{ visibility: visible; color: #ffff66; }}
48
+
47
49
" ) ;
48
50
49
51
document . Head . Append ( q ) ;
You can’t perform that action at this time.
0 commit comments