diff --git a/theme/base/pix/fp/dnd_arrow.gif b/theme/base/pix/fp/dnd_arrow.gif new file mode 100644 index 00000000000..9a474a5abc2 Binary files /dev/null and b/theme/base/pix/fp/dnd_arrow.gif differ diff --git a/theme/base/pix/fp/dnd_arrow.png b/theme/base/pix/fp/dnd_arrow.png deleted file mode 100644 index 771f95a6a95..00000000000 Binary files a/theme/base/pix/fp/dnd_arrow.png and /dev/null differ diff --git a/theme/base/style/filemanager.css b/theme/base/style/filemanager.css index 506706880ac..32f5b906d92 100644 --- a/theme/base/style/filemanager.css +++ b/theme/base/style/filemanager.css @@ -278,8 +278,7 @@ a.ygtvspacer:hover {color: transparent;text-decoration: none;} .dndsupported .dndupload-ready .dndupload-target {display:block;} .dndupload-uploadinprogress {display:none;text-align:center;} .dndupload-uploading .dndupload-uploadinprogress {display:block;} -.dndupload-arrow {background:url('[[pix:theme|fp/dnd_arrow]]') center no-repeat;width:56px;height:47px;position:absolute;margin-left: -28px;/*right:46%;left:46%;*/animation:mymove 5s infinite;-moz-animation:mymove 5s infinite;-webkit-animation:mymove 5s infinite;} -@keyframes mymove {0%{top:10px;} 12%{top:40px;} 30%{top:20px} 65%{top:35px;} 100%{top:9px;}}@-moz-keyframes mymove{0%{top:10px;} 12%{top:40px;} 30%{top:20px} 65%{top:35px;} 100%{top:9px;}}@-webkit-keyframes mymove {0%{top:10px;} 12%{top:40px;} 30%{top:20px} 65%{top:35px;} 100%{top:9px;}} +.dndupload-arrow {background:url([[pix:theme|fp/dnd_arrow]]) center no-repeat;width:60px;height:80px;position:absolute;margin-left: -28px;top: 5px;} /* * Select Dialogue (File Manager only)