diff --git a/filemanager/templates/mobile/app.css b/filemanager/templates/mobile/app.css index ddc10115d1..89868392a9 100644 --- a/filemanager/templates/mobile/app.css +++ b/filemanager/templates/mobile/app.css @@ -441,6 +441,9 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active { height: 60px; top: 0; } + .et2_file.plus_button div.progress { + display: none !important; + } .previewImage img { max-width: 100%; } diff --git a/filemanager/templates/mobile/app.less b/filemanager/templates/mobile/app.less index cec217f444..ddec638217 100644 --- a/filemanager/templates/mobile/app.less +++ b/filemanager/templates/mobile/app.less @@ -94,6 +94,7 @@ height: 60px; top: 0; } + div.progress {display: none !important;} } .previewImage img {max-width: 100%;} div#filemanager-file_tabs td.eaclAccount,td.eaclRights {display: block;}