|
@@ -831,7 +831,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;
|
|
@@ -840,7 +840,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;
|
|
@@ -3712,7 +3712,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%;
|
|
|
}
|
|
|
|
|
@@ -6345,7 +6345,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%;
|
|
|
}
|
|
|
|