diff --git a/lib/outputrenderers.php b/lib/outputrenderers.php index e86201b8015..a520df8efb9 100644 --- a/lib/outputrenderers.php +++ b/lib/outputrenderers.php @@ -2795,10 +2795,18 @@ EOD; $html .= <<
-
$currentfile
$strdndenabled
+
$currentfile +
$strdndenabled
+
+
+
-
{$strdroptoupload}
+
+
{$strdroptoupload}
+
+
+
EOD; } diff --git a/lib/templates/filemanager_page_generallayout.mustache b/lib/templates/filemanager_page_generallayout.mustache index dcdc35661a9..b4ed879b614 100644 --- a/lib/templates/filemanager_page_generallayout.mustache +++ b/lib/templates/filemanager_page_generallayout.mustache @@ -80,9 +80,17 @@
-
{{#str}}dndenabled_inbox{{/str}}
+
{{#str}}dndenabled_inbox{{/str}}
+
+ +
+
+
+
{{#str}}droptoupload{{/str}}
+
+ +
-
{{#str}}droptoupload{{/str}}
{{#pix}}i/loading_small{{/pix}}{{#str}}loadinghelp{{/str}}
diff --git a/theme/boost/scss/moodle/filemanager.scss b/theme/boost/scss/moodle/filemanager.scss index b6bfc3217bb..2279d5b439c 100644 --- a/theme/boost/scss/moodle/filemanager.scss +++ b/theme/boost/scss/moodle/filemanager.scss @@ -844,11 +844,11 @@ a.ygtvspacer:hover { } .dndupload-arrow { - background: url([[pix:theme|fp/dnd_arrow]]) center no-repeat; width: 100%; height: 80px; position: absolute; top: 5px; + color: $gray-500; } .fitem.disabled .filepicker-container, diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index c7f28338393..83eeb3cd281 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -15841,11 +15841,11 @@ a.ygtvspacer:hover { display: block; } .dndupload-arrow { - background: url([[pix:theme|fp/dnd_arrow]]) center no-repeat; width: 100%; height: 80px; position: absolute; - top: 5px; } + top: 5px; + color: #8f959e; } .fitem.disabled .filepicker-container, .fitem.disabled .fm-empty-container { diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 13fd887f2c0..2e284152843 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -15841,11 +15841,11 @@ a.ygtvspacer:hover { display: block; } .dndupload-arrow { - background: url([[pix:theme|fp/dnd_arrow]]) center no-repeat; width: 100%; height: 80px; position: absolute; - top: 5px; } + top: 5px; + color: #8f959e; } .fitem.disabled .filepicker-container, .fitem.disabled .fm-empty-container {