Hide upload table in onlyoffice

This commit is contained in:
yflory 2019-01-28 15:04:44 +01:00
parent af55e07107
commit 739f1674d1

View File

@ -27,6 +27,10 @@ body.cp-app-sheet, body.cp-app-oodoc, body.cp-app-ooslide {
);
}
#cp-fileupload {
display: none !important;
}
#cp-toolbar {
display: flex; // We need this to remove a 3px border at the bottom of the toolbar
}