mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 16:03:39 +02:00
Fixed hud statuses and tooltips
This commit is contained in:
parent
bae9470a4f
commit
fe4654b1fa
2 changed files with 3 additions and 10 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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