|
@@ -3343,7 +3343,7 @@ a.hasHover:hover, a:active {
|
|
}
|
|
}
|
|
|
|
|
|
.darkGlass {
|
|
.darkGlass {
|
|
- background-color: rgba(0, 0, 0, .45)
|
|
|
|
|
|
+ background-color: rgba(0, 0, 0, .45);
|
|
}
|
|
}
|
|
|
|
|
|
.ui-icon {
|
|
.ui-icon {
|
|
@@ -3816,7 +3816,7 @@ a.hasHover:hover, a:active {
|
|
}
|
|
}
|
|
|
|
|
|
#view-controllers .darkGlass {
|
|
#view-controllers .darkGlass {
|
|
- background-color: rgba(0, 0, 0, .45)
|
|
|
|
|
|
+ background-color: rgba(0, 0, 0, .45);
|
|
}
|
|
}
|
|
|
|
|
|
#view-controllers .darkGlass.active {
|
|
#view-controllers .darkGlass.active {
|
|
@@ -3962,7 +3962,7 @@ a.hasHover:hover, a:active {
|
|
}
|
|
}
|
|
|
|
|
|
#drawer.open {
|
|
#drawer.open {
|
|
- height: 130px
|
|
|
|
|
|
+ height: 140px
|
|
}
|
|
}
|
|
|
|
|
|
#drawer-container.drawerOpen #drawer.open {
|
|
#drawer-container.drawerOpen #drawer.open {
|
|
@@ -4020,7 +4020,8 @@ a.hasHover:hover, a:active {
|
|
.frame-container {
|
|
.frame-container {
|
|
float: left;
|
|
float: left;
|
|
width: calc(100% - 58px);
|
|
width: calc(100% - 58px);
|
|
- height: 100%
|
|
|
|
|
|
+ height: 100%;
|
|
|
|
+ background-color: #A1653B;
|
|
}
|
|
}
|
|
|
|
|
|
.fullWidth .frame-container {
|
|
.fullWidth .frame-container {
|
|
@@ -4030,10 +4031,8 @@ a.hasHover:hover, a:active {
|
|
.frame {
|
|
.frame {
|
|
padding-top: 8px;
|
|
padding-top: 8px;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 100%;
|
|
|
|
|
|
+ height: 132px;
|
|
float: left;
|
|
float: left;
|
|
- display: flex;
|
|
|
|
- justify-content: center;
|
|
|
|
background-color: #A1653B;
|
|
background-color: #A1653B;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
@@ -4043,7 +4042,7 @@ a.hasHover:hover, a:active {
|
|
}
|
|
}
|
|
|
|
|
|
.frame .slidee {
|
|
.frame .slidee {
|
|
- margin: 0;
|
|
|
|
|
|
+ margin: 0 auto;
|
|
padding: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
height: 100%;
|
|
list-style: none
|
|
list-style: none
|
|
@@ -4124,18 +4123,15 @@ a.hasHover:hover, a:active {
|
|
}
|
|
}
|
|
|
|
|
|
.scrollbar {
|
|
.scrollbar {
|
|
- width: calc(100% - 10px);
|
|
|
|
- margin: 0 5px;
|
|
|
|
|
|
+ width: 100%;
|
|
height: 8px;
|
|
height: 8px;
|
|
float: left;
|
|
float: left;
|
|
- border-radius: 5px;
|
|
|
|
- background: rgba(0, 0, 0, .75)
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.scrollbar .handle {
|
|
.scrollbar .handle {
|
|
width: 100px;
|
|
width: 100px;
|
|
height: 100%;
|
|
height: 100%;
|
|
- background: #00F3FF;
|
|
|
|
|
|
+ background: #fff;
|
|
border-radius: 5px
|
|
border-radius: 5px
|
|
}
|
|
}
|
|
|
|
|