Skip to content

Commit

Permalink
hopscotch.css: restore relative URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Traumflug committed Sep 6, 2018
1 parent 798f896 commit 9968a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/css/libs/hopscotch.css
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 9968a4e

Please sign in to comment.