mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-07 06:29:49 +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;
|
||||
top: 0;
|
||||
}
|
||||
.et2_file.plus_button div.progress {
|
||||
display: none !important;
|
||||
}
|
||||
.previewImage img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
@ -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;}
|
||||
|
Loading…
Reference in New Issue
Block a user