use " image url, also in minified version, otherwise contao will not rewrite the image url and the images will not be found
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
.rateItRating .wrapper, .mbrateItRating .wrapper {
|
||||
background: url('../images/heart.gif');
|
||||
background: url("../images/heart.gif");
|
||||
}
|
||||
|
||||
div.rateItRating div.rateItRating-hover, div.mbrateItRating div.rateItRating-hover {
|
||||
background: url('../images/heart.gif') left;
|
||||
background: url("../images/heart.gif") left;
|
||||
}
|
||||
|
||||
div.rateItRating div.rateItRating-selected, div.mbrateItRating div.rateItRating-selected {
|
||||
background: url('../images/heart.gif') left;
|
||||
background: url("../images/heart.gif") left;
|
||||
}
|
||||
|
Reference in New Issue
Block a user