added CSS for autoplaylist icon

This commit is contained in:
Robb Ebright 2018-01-02 10:07:33 -05:00
parent e4f94c18cc
commit 968dcfa6ad

View file

@ -2275,6 +2275,11 @@ span.errors.sp-errors{
background:url(images/icon_link.png) no-repeat 0 0; background:url(images/icon_link.png) no-repeat 0 0;
margin-top: 0px !important; margin-top: 0px !important;
} }
.small-icon.autoplaylist {
background:url(images/icon_alert_cal_autoplaylist.png) no-repeat 0 0;
margin-top: 0px !important;
}
.small-icon.recording { .small-icon.recording {
background:url(images/icon_record.png) no-repeat 0 0; background:url(images/icon_record.png) no-repeat 0 0;
margin-top: 0px !important; margin-top: 0px !important;