mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 07:28:43 +01:00
Remove filemanager upload progress in mobile template
This commit is contained in:
parent
988da614d6
commit
d6fb5ad0d7
@ -441,6 +441,9 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active {
|
|||||||
height: 60px;
|
height: 60px;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
.et2_file.plus_button div.progress {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
.previewImage img {
|
.previewImage img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -94,6 +94,7 @@
|
|||||||
height: 60px;
|
height: 60px;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
div.progress {display: none !important;}
|
||||||
}
|
}
|
||||||
.previewImage img {max-width: 100%;}
|
.previewImage img {max-width: 100%;}
|
||||||
div#filemanager-file_tabs td.eaclAccount,td.eaclRights {display: block;}
|
div#filemanager-file_tabs td.eaclAccount,td.eaclRights {display: block;}
|
||||||
|
Loading…
Reference in New Issue
Block a user