Merge branch 'MDL-69945-38' of git://github.com/lucaboesch/moodle into MOODLE_38_STABLE
This commit is contained in:
@@ -156,6 +156,7 @@ $calendarEventColor: #0d5ca1 !default;
|
||||
height: 12px;
|
||||
border-radius: 6px;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
|
||||
&.calendar_event_category {
|
||||
background-color: $calendarEventCategoryColor;
|
||||
|
||||
@@ -12462,7 +12462,8 @@ body.h5p-embed .h5pmessages {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 6px;
|
||||
vertical-align: middle; }
|
||||
vertical-align: middle;
|
||||
display: inline-block; }
|
||||
.path-calendar .maincalendar .calendarmonth ul li .calendar-circle.calendar_event_category {
|
||||
background-color: #e0cbe0;
|
||||
border: 2px solid #9e619f; }
|
||||
|
||||
@@ -12703,7 +12703,8 @@ body.h5p-embed .h5pmessages {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 6px;
|
||||
vertical-align: middle; }
|
||||
vertical-align: middle;
|
||||
display: inline-block; }
|
||||
.path-calendar .maincalendar .calendarmonth ul li .calendar-circle.calendar_event_category {
|
||||
background-color: #e0cbe0;
|
||||
border: 2px solid #9e619f; }
|
||||
|
||||
Reference in New Issue
Block a user