mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
support drag and drop for playlist items
This commit is contained in:
parent
80929558e6
commit
fd64c014a3
45 changed files with 4202 additions and 3 deletions
22
dashboard-ui/bower_components/dragula.js/dist/dragula.css
vendored
Normal file
22
dashboard-ui/bower_components/dragula.js/dist/dragula.css
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
.gu-mirror {
|
||||
position: fixed !important;
|
||||
margin: 0 !important;
|
||||
z-index: 9999 !important;
|
||||
opacity: 0.8;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
|
||||
filter: alpha(opacity=80);
|
||||
}
|
||||
.gu-hide {
|
||||
display: none !important;
|
||||
}
|
||||
.gu-unselectable {
|
||||
-webkit-user-select: none !important;
|
||||
-moz-user-select: none !important;
|
||||
-ms-user-select: none !important;
|
||||
user-select: none !important;
|
||||
}
|
||||
.gu-transit {
|
||||
opacity: 0.2;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
|
||||
filter: alpha(opacity=20);
|
||||
}
|
885
dashboard-ui/bower_components/dragula.js/dist/dragula.js
vendored
Normal file
885
dashboard-ui/bower_components/dragula.js/dist/dragula.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dashboard-ui/bower_components/dragula.js/dist/dragula.min.css
vendored
Normal file
1
dashboard-ui/bower_components/dragula.js/dist/dragula.min.css
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}.gu-hide{display:none!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)}
|
1
dashboard-ui/bower_components/dragula.js/dist/dragula.min.js
vendored
Normal file
1
dashboard-ui/bower_components/dragula.js/dist/dragula.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue