diff --git a/core/css/server.css b/core/css/server.css index c8a20e75e91cfa8f6981710eb516aa6559ecf3e1..368c985312721aa8d5b3633e9d373c94c1cdff3d 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1780,3 +1780,12 @@ textarea { border: 1px solid var(--color-border-dark); border-radius: var(--border-radius); } +#app-content-files .icon-onlyoffice-new-docx { + background-image: url(../img/filetypes/x-office-document.svg); +} +#app-content-files .icon-onlyoffice-new-xlsx { + background-image: url(../img/filetypes/x-office-spreadsheet.svg); +} +#app-content-files .icon-onlyoffice-new-pptx { + background-image: url(../img/filetypes/x-office-presentation.svg); +} \ No newline at end of file