(schedule) display warning icon and tooltip on overbooked show

This commit is contained in:
Lucas Bickel 2019-08-17 17:25:25 +02:00
parent e232469551
commit aa9b8aedae
3 changed files with 53 additions and 15 deletions

View file

@ -2307,6 +2307,9 @@ span.errors.sp-errors{
.small-icon.show-partial-filled, .small-icon.media-item-in-use {
background:url(images/icon_alert_cal_alt2.png) no-repeat 0 0;
}
.small-icon.show-overbooked {
background:url(images/icon_alert_cal.png) no-repeat 0 0;
}
.small-icon.is_scheduled {
background:url(images/is_scheduled.png) no-repeat 0 0;
height: 16px !important;