Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee90412d authored by Ronak Patel's avatar Ronak Patel
Browse files

Change in onlyoffice icons in FILES app

parent 49edf0ef
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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