|
|
@@ -110,7 +110,7 @@ img {
|
|
|
-webkit-transition: all 0.3s;
|
|
|
transition: all 0.3s;
|
|
|
cursor: pointer;
|
|
|
- background: url(https://vr.njmuseum.com/img/close2.png) no-repeat center/1.2rem;
|
|
|
+ background: url(../img/close2.png) no-repeat center/1.2rem;
|
|
|
}
|
|
|
.menuicon:hover {
|
|
|
-webkit-transform: rotate(180deg) scale(1.1);
|
|
|
@@ -762,7 +762,7 @@ img {
|
|
|
width: 100%;
|
|
|
margin-left: -1rem;
|
|
|
height: 1.25rem;
|
|
|
- background: url(https://vr.njmuseum.com/img/nav-bg.png) no-repeat center/auto 100%;
|
|
|
+ background: url(../img/nav-bg.png) no-repeat center/auto 100%;
|
|
|
}
|
|
|
#fp-nav ul li:last-child:after {
|
|
|
display: none;
|
|
|
@@ -770,7 +770,7 @@ img {
|
|
|
#fp-nav span {
|
|
|
position: absolute;
|
|
|
border: 0;
|
|
|
- background: url(https://vr.njmuseum.com/img/navicon.png) no-repeat center/contain;
|
|
|
+ background: url(../img/navicon.png) no-repeat center/contain;
|
|
|
width: 2rem;
|
|
|
height: 2rem;
|
|
|
top: 0;
|