|
@@ -3450,10 +3450,10 @@ a.hasHover:hover, a:active {
|
|
|
|
|
|
.pinBottom.left {
|
|
.pinBottom.left {
|
|
z-index: 50;
|
|
z-index: 50;
|
|
- background: rgba(0, 0, 0, 0.2);
|
|
|
|
|
|
+ /* background: rgba(0, 0, 0, 0.2); */
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
left: 10px;
|
|
left: 10px;
|
|
- bottom: 10px;
|
|
|
|
|
|
+ bottom: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
.pinBottom.left .icon {
|
|
.pinBottom.left .icon {
|
|
@@ -3480,7 +3480,7 @@ a.hasHover:hover, a:active {
|
|
}
|
|
}
|
|
|
|
|
|
#gui-modes-map>div[rel]:hover, .pinBottom.right .rightViewContainer>div:hover, #play:hover {
|
|
#gui-modes-map>div[rel]:hover, .pinBottom.right .rightViewContainer>div:hover, #play:hover {
|
|
- background: rgba(0, 0, 0, 0.25);
|
|
|
|
|
|
+ /* background: rgba(0, 0, 0, 0.25); */
|
|
}
|
|
}
|
|
|
|
|
|
/*#gui-modes-map > div:hidden{ border-top-right-radius: 10px; border-bottom-right-radius:10px; }*/
|
|
/*#gui-modes-map > div:hidden{ border-top-right-radius: 10px; border-bottom-right-radius:10px; }*/
|
|
@@ -3932,7 +3932,7 @@ a.hasHover:hover, a:active {
|
|
}
|
|
}
|
|
|
|
|
|
#gui-parent #pullTab.opened, #gui-parent #gui-modes-map>div.active {
|
|
#gui-parent #pullTab.opened, #gui-parent #gui-modes-map>div.active {
|
|
- background: rgba(0, 0, 0, 0.3);
|
|
|
|
|
|
+ /* background: rgba(0, 0, 0, 0.3); */
|
|
}
|
|
}
|
|
|
|
|
|
#pullTab.opened .icon-dpad-up:before {
|
|
#pullTab.opened .icon-dpad-up:before {
|
|
@@ -3992,7 +3992,7 @@ a.hasHover:hover, a:active {
|
|
}
|
|
}
|
|
|
|
|
|
#gui .pinBottom.open {
|
|
#gui .pinBottom.open {
|
|
- bottom: 140px
|
|
|
|
|
|
+ bottom: 150px
|
|
}
|
|
}
|
|
|
|
|
|
#gui .pinBottom.open.noScroll {
|
|
#gui .pinBottom.open.noScroll {
|
|
@@ -4000,7 +4000,7 @@ a.hasHover:hover, a:active {
|
|
}
|
|
}
|
|
|
|
|
|
#gui .pinBottom.open.playing {
|
|
#gui .pinBottom.open.playing {
|
|
- bottom: 150px
|
|
|
|
|
|
+ bottom: 178px
|
|
}
|
|
}
|
|
|
|
|
|
#gui .pinBottom-container.drawerOpen .pinBottom.open.noScroll.playing {
|
|
#gui .pinBottom-container.drawerOpen .pinBottom.open.noScroll.playing {
|
|
@@ -4012,7 +4012,7 @@ a.hasHover:hover, a:active {
|
|
}
|
|
}
|
|
|
|
|
|
#gui #drawer.playing, #gui .pinBottom.playing {
|
|
#gui #drawer.playing, #gui .pinBottom.playing {
|
|
- bottom: 20px
|
|
|
|
|
|
+ bottom: 31px
|
|
}
|
|
}
|
|
|
|
|
|
#thumb-container .thumbImg {
|
|
#thumb-container .thumbImg {
|