Fix double processing icon when adding/removing tracks from playlists

This commit is contained in:
Duncan Sommerville 2015-09-29 12:00:02 -04:00
parent 99a5f7facb
commit 8cc5e5835c
1 changed files with 1 additions and 1 deletions

View File

@ -950,7 +950,7 @@ dl.inline-list dd {
background: url("img/loading.gif") no-repeat 50% 50% rgba(0, 0, 0, .25);
}
div.blockOverlay {
background: url("img/loading.gif") no-repeat 50% 50% rgba(0, 0, 0, .45);
background: 50% 50% rgba(0, 0, 0, .45);
}
#library_display_wrapper .ui-widget-header:first-child {
background:none;