From ca3b89569fb05f8833f5303e66dcc18e7016125f Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Tue, 23 May 2017 22:05:13 +0200 Subject: [PATCH] fixed icons if using subfolders for nc instance Signed-off-by: Artem Anufrij --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 306d67e5e..5baa4c972 100644 --- a/css/style.css +++ b/css/style.css @@ -132,7 +132,7 @@ button:hover { } #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-position: right center; background-repeat: no-repeat; @@ -984,7 +984,7 @@ button:hover { } .icon-home { - background-image: url('/core/img/places/home.svg'); + background-image: url('../../../core/img/places/home.svg'); } /**