fix: align scenario 2601 in-game GUI parity
This commit is contained in:
@@ -482,6 +482,9 @@ onMounted(() => {
|
||||
font-size: 14px;
|
||||
line-height: 21px;
|
||||
}
|
||||
.legacy-auction-page.bg0 {
|
||||
background-color: transparent;
|
||||
}
|
||||
.bg0 {
|
||||
background-color: #302016;
|
||||
background-image: var(--sammo-texture-walnut);
|
||||
@@ -565,8 +568,8 @@ onMounted(() => {
|
||||
}
|
||||
.tab-button:hover,
|
||||
.tab-button:focus {
|
||||
border-color: #353535;
|
||||
background: #393939;
|
||||
border-color: #3d3d3d;
|
||||
background: #444;
|
||||
}
|
||||
.section-title,
|
||||
.subsection-title,
|
||||
@@ -576,6 +579,9 @@ onMounted(() => {
|
||||
font: inherit;
|
||||
font-weight: 400;
|
||||
}
|
||||
.unique-detail .section-title {
|
||||
background-color: transparent;
|
||||
}
|
||||
.resource-kind.buy-rice {
|
||||
color: #000;
|
||||
background: orange;
|
||||
@@ -605,7 +611,7 @@ onMounted(() => {
|
||||
.clickable-row:hover,
|
||||
.clickable-row:focus-visible,
|
||||
.clickable-row.selected {
|
||||
background-color: rgb(255 255 255 / 12%);
|
||||
background-color: rgb(255 255 255 / 30%);
|
||||
outline: 0;
|
||||
}
|
||||
.no-bid {
|
||||
|
||||
Reference in New Issue
Block a user