mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +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
|
|
@ -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);
|
||||
}
|
||||
|
||||
.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,
|
||||
.locked-tooltip,
|
||||
.daggerheart.dh-style.tooltip {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue