CC-3724 : Now Playing -> Timeline view: to drag and drop single file very fast will block adding the same file
using jquery.blockUI.js on timeline/playlist builder pages.
This commit is contained in:
parent
12a5f17ff5
commit
edaec54a5d
6 changed files with 80 additions and 60 deletions
|
@ -449,14 +449,4 @@ div.helper li {
|
|||
|
||||
li.spl_empty {
|
||||
height: 56px;
|
||||
}
|
||||
|
||||
.pl-overlay {
|
||||
z-index:100;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.pl-loading {
|
||||
z-index:101;
|
||||
background: transparent url(images/loader.gif) no-repeat 0 0;
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
@CHARSET "UTF-8";
|
||||
|
||||
.sb-content {
|
||||
overflow: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.sb-content .dataTables_scrolling {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue