Skip to content

Commit a8b3f04

Browse files
orsolyaDekanymarkocikos
authored andcommitted
AUI-3202 Improving on color contrast in Calendar
1 parent d854cc0 commit a8b3f04

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/aui-scheduler/assets/aui-scheduler-view-agenda-core.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
.scheduler-view-agenda-info-container .scheduler-view-agenda-info .scheduler-view-agenda-info-label-biggie {
3838
font-size: 1.5em;
3939
padding: 5px 0;
40+
font-weight: bold;
4041
}
4142

4243
.scheduler-view-agenda-info-container .scheduler-view-agenda-info .scheduler-view-agenda-info-label-small {

src/aui-scheduler/assets/aui-scheduler-view-day-core.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
.scheduler-view-day-table-time {
4747
border-top: 1px solid #ddd;
48-
color: #aba9aa;
48+
color: #555;
4949
height: 52px;
5050
padding-right: 4px;
5151
}
@@ -124,7 +124,7 @@
124124
}
125125

126126
.scheduler-view-day-header-day .scheduler-today-hd {
127-
color: #009be6;
127+
color: #0b5fff;
128128
font-weight: bold;
129129
}
130130

src/aui-scheduler/assets/aui-scheduler-view-month-core.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99

1010
.scheduler-view-month-table-data-col-nomonth {
11-
color: #ccc;
11+
color: #666;
1212
font-size: 14px;
1313
}
1414

0 commit comments

Comments
 (0)