Skip to content
Snippets Groups Projects
Commit 19ca38f0 authored by Dick Visser's avatar Dick Visser
Browse files

Update image paths to reflect the extra 'assets/css/' path

parent f158e9c5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment