Skip to content

Commit 092c51c

Browse files
authored
Merge pull request encse#7 from vinaykapadia/calendar-generation
Fixing calendar generation.
2 parents 4ad4d94 + 7af5822 commit 092c51c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Lib/Model/Calendar.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ public static Calendar Parse(int year, IDocument document) {
4141
.calendar .calendar-day {{ color: #666666; }}
4242
.calendar a .calendar-day {{ color: #cccccc; }}
4343
.calendar a .calendar-mark-complete,
44+
.calendar a .calendar-mark-verycomplete {{visibility: hidden;}}
4445
.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+
4749
");
4850

4951
document.Head.Append(q);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy