mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
[Fix] 1587 - Lightmode Touchups (#1590)
* Fixed hud statuses and tooltips * Fixed chat * Fixed radiobuttons being missplaced
This commit is contained in:
parent
bb43cb57dc
commit
076b7f01fa
5 changed files with 54 additions and 58 deletions
|
|
@ -54,6 +54,9 @@
|
||||||
|
|
||||||
input[type='checkbox'],
|
input[type='checkbox'],
|
||||||
input[type='radio'] {
|
input[type='radio'] {
|
||||||
|
height: 20px;
|
||||||
|
width: 20px;
|
||||||
|
|
||||||
&:checked::after {
|
&:checked::after {
|
||||||
color: light-dark(@dark, @golden);
|
color: light-dark(@dark, @golden);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,13 @@
|
||||||
.status-effects {
|
.status-effects {
|
||||||
.effect-control {
|
.effect-control {
|
||||||
filter: none;
|
filter: none;
|
||||||
|
background: var(--dark-blue-90);
|
||||||
}
|
}
|
||||||
|
|
||||||
.effect-control-container {
|
.effect-control-container {
|
||||||
.effect-control {
|
.effect-control {
|
||||||
filter: none;
|
filter: none;
|
||||||
|
background: var(--dark-blue-90);
|
||||||
}
|
}
|
||||||
|
|
||||||
.effect-control-disabled-marker {
|
.effect-control-disabled-marker {
|
||||||
|
|
@ -22,6 +24,7 @@
|
||||||
.palette-category-title {
|
.palette-category-title {
|
||||||
grid-column: span var(--effect-columns);
|
grid-column: span var(--effect-columns);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
color: light-dark(@dark-blue, @golden);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.duality .fate) {
|
&:not(.duality):not(.fate) {
|
||||||
.font-20 {
|
.font-20 {
|
||||||
color: @dark;
|
color: @dark;
|
||||||
}
|
}
|
||||||
|
|
@ -176,7 +176,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.fate {
|
&.fate {
|
||||||
|
|
||||||
&.hope {
|
&.hope {
|
||||||
--text-color: @golden;
|
--text-color: @golden;
|
||||||
--bg-color: @golden-40;
|
--bg-color: @golden-40;
|
||||||
|
|
@ -194,7 +193,6 @@
|
||||||
background-color: @chat-blue-bg;
|
background-color: @chat-blue-bg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.duality {
|
&.duality {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,8 @@
|
||||||
|
|
||||||
.daggerheart.chat-sidebar.theme-light,
|
.daggerheart.chat-sidebar.theme-light,
|
||||||
#interface.theme-light {
|
#interface.theme-light {
|
||||||
.chat-message:not(.duality) .message-content {
|
.chat-message:not(.duality):not(.fate) {
|
||||||
|
.message-content {
|
||||||
color: @dark;
|
color: @dark;
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
@ -66,6 +67,7 @@
|
||||||
color: @dark-blue;
|
color: @dark-blue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-message.dh-chat-message {
|
.chat-message.dh-chat-message {
|
||||||
|
|
|
||||||
|
|
@ -227,16 +227,6 @@ aside[role='tooltip'].locked-tooltip:has(div.daggerheart.dh-style.tooltip.card-s
|
||||||
outline: 1px solid light-dark(@dark-blue, @golden);
|
outline: 1px solid light-dark(@dark-blue, @golden);
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-light #tooltip:has(div.daggerheart.dh-style.tooltip.card-style),
|
|
||||||
.theme-light aside[role='tooltip']:has(div.daggerheart.dh-style.tooltip.card-style) {
|
|
||||||
background-image: url('../assets/parchments/dh-parchment-light.png');
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-light aside[role='tooltip'].locked-tooltip:has(div.daggerheart.dh-style.tooltip) {
|
|
||||||
box-shadow: 0 0 25px @dark-blue-90;
|
|
||||||
outline: 1px solid light-dark(@dark-blue, @golden);
|
|
||||||
}
|
|
||||||
|
|
||||||
#tooltip,
|
#tooltip,
|
||||||
.locked-tooltip,
|
.locked-tooltip,
|
||||||
.daggerheart.dh-style.tooltip {
|
.daggerheart.dh-style.tooltip {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue