|
@@ -4495,7 +4495,7 @@ a.tag-link {
|
|
|
float: left;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
- background-color: #FFF6D2;
|
|
|
+ background-color: #A1653B;
|
|
|
}
|
|
|
|
|
|
.frame.noScroll {
|
|
@@ -4520,7 +4520,7 @@ a.tag-link {
|
|
|
height: 30px;
|
|
|
line-height: 30px;
|
|
|
padding: 0;
|
|
|
- color: #774926;
|
|
|
+ color: #FFF6D2;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-align: center;
|
|
@@ -4580,12 +4580,12 @@ a.tag-link {
|
|
|
.frame .slidee li.thumbImg.active>img,
|
|
|
.frame .slidee li.thumbImg.hasHover.active>img:hover {
|
|
|
opacity: 1;
|
|
|
- border: 2px solid #CC946D;
|
|
|
+ border: 3px solid #FFF6D2;
|
|
|
}
|
|
|
|
|
|
.frame .slidee li.thumbImg.active>.overlay,
|
|
|
.frame .slidee li.thumbImg.hasHover.active>.overlay:hover {
|
|
|
- color: #CC946D;
|
|
|
+ color: #FFF6D2;
|
|
|
}
|
|
|
|
|
|
.scrollbar {
|
|
@@ -4626,7 +4626,7 @@ a.tag-link {
|
|
|
left: 0;
|
|
|
transition-property: bottom;
|
|
|
transition-duration: .5s;
|
|
|
- background-color: #FFF6D2;
|
|
|
+ background-color: #A1653B;
|
|
|
z-index: 50
|
|
|
}
|
|
|
|
|
@@ -4636,7 +4636,7 @@ a.tag-link {
|
|
|
|
|
|
#status {
|
|
|
width: 65px;
|
|
|
- color: #774926;
|
|
|
+ color: #FFF6D2;
|
|
|
font-family: OpenSans, 'Helvetica Neue', Arial, sans-serif;
|
|
|
font-weight: 700;
|
|
|
font-size: 11px;
|
|
@@ -4659,7 +4659,7 @@ a.tag-link {
|
|
|
|
|
|
#progressBar .step::before {
|
|
|
content: '';
|
|
|
- background-color: #774926;
|
|
|
+ background-color: #FFF6D2;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
display: block
|