mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Changed group event color to better differentiate Group and Course event
This commit is contained in:
parent
1b0ebe79b1
commit
293c959426
1 changed files with 7 additions and 7 deletions
|
@ -631,8 +631,8 @@ TABLE.calendarmonth THEAD TD {
|
||||||
}
|
}
|
||||||
|
|
||||||
.cal_event_group {
|
.cal_event_group {
|
||||||
background-color: orange !important;
|
background-color: #FFCC00 !important;
|
||||||
border: 2px orange solid !important;
|
border: 2px #FFCC00 solid !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cal_event_user {
|
.cal_event_user {
|
||||||
|
@ -656,8 +656,8 @@ TABLE.calendarmonth THEAD TD {
|
||||||
}
|
}
|
||||||
|
|
||||||
.cal_duration_group {
|
.cal_duration_group {
|
||||||
border-top: 2px orange solid !important;
|
border-top: 2px #FFCC00 solid !important;
|
||||||
border-bottom: 2px orange solid !important;
|
border-bottom: 2px #FFCC00 solid !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cal_weekend {
|
.cal_weekend {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue