From 19ca38f02e773a3a4b086a00156a7dd639f2fef6 Mon Sep 17 00:00:00 2001
From: Dick Visser <dick.visser@geant.org>
Date: Fri, 8 Mar 2019 16:29:39 +0100
Subject: [PATCH] Update image paths to reflect the extra 'assets/css/' path

---
 modules/discopower/www/assets/css/disco.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/discopower/www/assets/css/disco.css b/modules/discopower/www/assets/css/disco.css
index c27079832..7610c52ae 100644
--- a/modules/discopower/www/assets/css/disco.css
+++ b/modules/discopower/www/assets/css/disco.css
@@ -7,7 +7,7 @@
     color: #aaa;
 }
 .inlinesearch input {
-    background-image:url('../../resources/icons/silk/magnifier.png');
+    background-image:url('../../../../resources/icons/silk/magnifier.png');
     background-repeat:no-repeat;
     background-position:center left;
     border: 1px solid #ccc;
@@ -33,14 +33,14 @@ a.metaentry {
     cursor: hand;
 }
 a.metaentry.favourite {
-    background-image:url('../../resources/icons/silk/heart.png');
+    background-image:url('../../../../resources/icons/silk/heart.png');
     background-repeat:no-repeat;
     background-position:center left;
 }
 a.metaentry:hover {
     border: 1px solid #ccc;
     background: #eee;
-    background-image:url('../../resources/icons/silk/star.png');
+    background-image:url('../../../../resources/icons/silk/star.png');
     background-repeat:no-repeat;
     background-position:center left;
 }
-- 
GitLab