Skip to content

Commit

Permalink
INTERIM-156 Color contrast fixes for Events calendars
Browse files Browse the repository at this point in the history
  • Loading branch information
sacarney committed Mar 5, 2018
1 parent 358cfcb commit de3a150
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -2319,9 +2319,32 @@ h2.node-title {
color: #616161;
}

.calendar-calendar td .inner div.day a {
color: #467CA0;
}

.calendar-calendar td {
color: #676767;
}

.calendar-calendar td.empty {
/* Overrides green from module */
color: #616161;
color: #444444;
}

.calendar-calendar th.days,
.calendar-calendar div.date-nav a, .calendar-calendar div.date-nav h3 {
color: #000000;
}

table td.mini.today a {
font-weight: bold;
}

.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
background-color: #d8e7ee;
}

/* --- Month View --- */
Expand All @@ -2348,6 +2371,13 @@ h2.node-title {
background: #006ba6;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
background: #006ba6;
}

td.multi-day .calendar.monthview a,
td.multi-day .calendar.weekview a,
td.multi-day .calendar.dayview a {
Expand Down

0 comments on commit de3a150

Please sign in to comment.