Skip to content

Commit

Permalink
Merge 4588ac7 into 221555f
Browse files Browse the repository at this point in the history
  • Loading branch information
dugite-code committed Jun 20, 2018
2 parents 221555f + 4588ac7 commit 9fdc035
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/app/calendarlist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -558,3 +558,12 @@ ul.dropdown-menu li > a:hover {
.fc-unthemed td.fc-today {
background: #fcf8e3 !important;
}

/* highlight today day number */
.fc-today > .fc-day-number {
background: $color-primary;
color: $color-primary-text;
border-radius: 50%;
padding-left: 6px;
padding-right: 6px;
}

0 comments on commit 9fdc035

Please sign in to comment.