Change all addresses to be relative
This commit is contained in:
@@ -1568,7 +1568,7 @@ heading .button {
|
||||
|
||||
.close {
|
||||
position: absolute;
|
||||
background-image: url('//assets.worlio.com/style/icons/deny');
|
||||
background-image: url('icons/deny');
|
||||
background-size: 100%;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
@@ -1676,13 +1676,13 @@ div.emotebox .emote-container:hover {
|
||||
}
|
||||
|
||||
.rating .star-container .stars {
|
||||
background: url('//assets.worlio.com/style/icons/ratings/star');
|
||||
background: url('icons/ratings/star');
|
||||
height: 100%;
|
||||
background-size: auto 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
.rating .star-container {
|
||||
background-image: url('//assets.worlio.com/style/icons/ratings/unstar');
|
||||
background-image: url('icons/ratings/unstar');
|
||||
background-size: 20% 100%;
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user