Hide upload table in onlyoffice
This commit is contained in:
parent
af55e07107
commit
739f1674d1
@ -27,6 +27,10 @@ body.cp-app-sheet, body.cp-app-oodoc, body.cp-app-ooslide {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#cp-fileupload {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
#cp-toolbar {
|
#cp-toolbar {
|
||||||
display: flex; // We need this to remove a 3px border at the bottom of the toolbar
|
display: flex; // We need this to remove a 3px border at the bottom of the toolbar
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user