make URL of image host independent
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user