fixed icons if using subfolders for nc instance
Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
This commit is contained in:
@@ -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');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user