Files
nextcloud-app-api/css/filesactions.css
Alexander Piskun 86ae7439c1 UI: FileActions rework (#141)
* changed type of `order` to int in model

---------

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Co-authored-by: Andrey Borysenko <andrey18106x@gmail.com>
2023-12-05 17:45:38 +03:00

10 lines
207 B
CSS

.icon-app-api {
background-image: url('../img/app-dark.svg');
filter: var(--background-invert-if-dark);
}
/* For Nextcloud 27 */
.menuitem.action > img.icon {
filter: var(--background-invert-if-dark);
}