From 9968a4ea18f520eaf79ed7527ff1b6d4d7280154 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Thu, 6 Sep 2018 21:35:41 +0200 Subject: [PATCH] hopscotch.css: restore relative URLs. --- views/css/libs/hopscotch.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/css/libs/hopscotch.css b/views/css/libs/hopscotch.css index 1339a48..cf0aab6 100644 --- a/views/css/libs/hopscotch.css +++ b/views/css/libs/hopscotch.css @@ -405,7 +405,7 @@ div.hopscotch-bubble .hopscotch-bubble-close { appearance: none; border: 0; color: #000; - background: transparent url(../img/sprite-green.png) -192px -92px no-repeat; + background: transparent url(../../img/sprite-green.png) -192px -92px no-repeat; display: block; padding: 8px; position: absolute; @@ -421,7 +421,7 @@ div.hopscotch-bubble .hopscotch-bubble-close.hide-all { display: none; } div.hopscotch-bubble .hopscotch-bubble-number { - background: transparent url(../img/sprite-green.png) 0 0 no-repeat; + background: transparent url(../../img/sprite-green.png) 0 0 no-repeat; color: #fff; display: block; float: left;