Change all addresses to be relative

This commit is contained in:
2024-02-23 17:52:31 -06:00
parent 3b97e1dae4
commit a9f3a6f3a5
5 changed files with 19 additions and 33 deletions

View File

@@ -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;