mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 07:53:39 +02:00
Fixed so the menu and menuIcon coloration correctly changes with mode change
This commit is contained in:
parent
5b61340fee
commit
da967095b5
2 changed files with 41 additions and 4 deletions
|
|
@ -1,6 +1,43 @@
|
||||||
|
.theme-light.tab.sidebar-tab.daggerheartMenu-sidebar {
|
||||||
|
fieldset {
|
||||||
|
border-color: @dark-blue;
|
||||||
|
|
||||||
|
legend {
|
||||||
|
color: @dark-blue;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-refresh-container .menu-refresh-inner-container .experience-chip {
|
||||||
|
background: @dark-blue-10;
|
||||||
|
color: @dark-blue;
|
||||||
|
|
||||||
|
&.selected {
|
||||||
|
background: @dark-blue-40;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.tab.sidebar-tab.daggerheartMenu-sidebar {
|
.tab.sidebar-tab.daggerheartMenu-sidebar {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
|
||||||
|
fieldset {
|
||||||
|
border-color: @golden;
|
||||||
|
|
||||||
|
legend {
|
||||||
|
color: @golden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
background: @golden;
|
||||||
|
border: 1px solid @dark-blue;
|
||||||
|
color: @dark-blue;
|
||||||
|
}
|
||||||
|
|
||||||
div[data-application-part] {
|
div[data-application-part] {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
@ -31,8 +68,8 @@
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background: light-dark(@dark-blue-10, @golden-10);
|
background: @golden-10;
|
||||||
color: light-dark(@dark-blue, @golden);
|
color: @golden;
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
@ -42,7 +79,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
background: light-dark(@dark-blue-40, @golden-40);
|
background: @golden-40;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
.theme-light #interface #ui-right #sidebar {
|
.theme-light#interface #ui-right #sidebar {
|
||||||
menu li button img {
|
menu li button img {
|
||||||
filter: @grey-filter;
|
filter: @grey-filter;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue