make URL of image host independent

This commit is contained in:
2020-10-26 10:52:24 +01:00
parent 6536611b5d
commit 50658b22ee

View File

@@ -45,7 +45,7 @@
}
.gallery-item-plotType {
background-image: url(http://localhost:4200/assets/img/pointTypes.png);
background-image: url(/assets/img/pointTypes.png);
width: 9px;
height: 7px;
transform: scale(2);