Fix double processing icon when adding/removing tracks from playlists
This commit is contained in:
parent
99a5f7facb
commit
8cc5e5835c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue