mirror of
https://github.com/nextcloud/app_api.git
synced 2026-01-13 20:19:21 +00:00
* changed type of `order` to int in model --------- Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> Co-authored-by: Andrey Borysenko <andrey18106x@gmail.com>
10 lines
207 B
CSS
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);
|
|
}
|