Fix css variable usage on Nextcloud 13

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-11-08 18:33:50 +01:00
parent fc5cabedd0
commit 47fc2eb20d
3 changed files with 37 additions and 46 deletions

View File

@@ -34,13 +34,11 @@
}
.icon-home {
background-image: url('../../../core/img/places/home.svg');
background-image: var(--icon-home-000);
background-image: var(--icon-home-000, url('../../../core/img/places/home.svg'));
}
.icon-description {
background-image: url('../img/description.svg');
background-image: var(--icon-text-000);
background-image: var(--icon-text-000, url('../img/description.svg'));
}
.icon-badge {