|
@@ -856,7 +856,7 @@ hr {
|
|
|
|
|
|
.icon-fullscreen-exit:before {
|
|
|
content: "";
|
|
|
- background: url("https://super.4dage.com/images/narrow_off.png") center top no-repeat;
|
|
|
+ background: url("../images/narrow_off.png") center top no-repeat;
|
|
|
background-size: 100%;
|
|
|
display: inline-block;
|
|
|
width: 24px;
|
|
@@ -865,7 +865,7 @@ hr {
|
|
|
|
|
|
.icon-fullscreen:before {
|
|
|
content: "";
|
|
|
- background: url("https://super.4dage.com/images/enlarge_on.png")center top no-repeat;
|
|
|
+ background: url("../images/enlarge_on.png")center top no-repeat;
|
|
|
background-size: 100%;
|
|
|
display: inline-block;
|
|
|
width: 24px;
|
|
@@ -3737,7 +3737,7 @@ a.hasHover:hover, a:active {
|
|
|
.gui-floor-icon {
|
|
|
width: 32px;
|
|
|
height: 29px;
|
|
|
- background: url("https://super.4dage.com/images/floor-icon.png") left top no-repeat;
|
|
|
+ background: url("../images/floor-icon.png") left top no-repeat;
|
|
|
background-size: 98%;
|
|
|
}
|
|
|
|
|
@@ -6370,7 +6370,7 @@ a.hasHover.tag-link:hover {
|
|
|
display: block;
|
|
|
width: 18px;
|
|
|
height: 18px;
|
|
|
- background: url("https://super.4dage.com/images/4dage-logo.png")left top no-repeat;
|
|
|
+ background: url("../images/4dage-logo.png")left top no-repeat;
|
|
|
background-size: 100%;
|
|
|
}
|
|
|
|