fixed icons if using subfolders for nc instance

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
This commit is contained in:
Artem Anufrij
2017-05-23 22:05:13 +02:00
parent 2fd06acca8
commit ca3b89569f

View File

@@ -132,7 +132,7 @@ button:hover {
} }
#board-header .crumb { #board-header .crumb {
background-image: url(/core/img/breadcrumb.svg?v=1); background-image: url('../../../core/img/breadcrumb.svg?v=1');
background-size: auto 24px; background-size: auto 24px;
background-position: right center; background-position: right center;
background-repeat: no-repeat; background-repeat: no-repeat;
@@ -984,7 +984,7 @@ button:hover {
} }
.icon-home { .icon-home {
background-image: url('/core/img/places/home.svg'); background-image: url('../../../core/img/places/home.svg');
} }
/** /**