diff --git a/styles/less/ux/tooltip/tooltip.less b/styles/less/ux/tooltip/tooltip.less index 0f85cb50..6bbce36d 100644 --- a/styles/less/ux/tooltip/tooltip.less +++ b/styles/less/ux/tooltip/tooltip.less @@ -1,8 +1,8 @@ @import '../../utils/colors.less'; @import '../../utils/fonts.less'; -#tooltip:has(div.daggerheart.dh-style.tooltip), -aside[role='tooltip']:has(div.daggerheart.dh-style.tooltip) { +#tooltip:has(div.daggerheart.dh-style.tooltip.card-style), +aside[role='tooltip']:has(div.daggerheart.dh-style.tooltip.card-style) { padding: 0; border: none; border-radius: 10px; @@ -143,12 +143,12 @@ aside[role='tooltip']:has(div.daggerheart.dh-style.tooltip) { } } -aside[role='tooltip'].locked-tooltip:has(div.daggerheart.dh-style.tooltip) { +aside[role='tooltip'].locked-tooltip:has(div.daggerheart.dh-style.tooltip.card-style) { box-shadow: 0 0 25px @golden-90; } -.theme-light #tooltip:has(div.daggerheart.dh-style.tooltip), -.theme-light aside[role='tooltip']:has(div.daggerheart.dh-style.tooltip) { +.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'); } @@ -157,7 +157,8 @@ aside[role='tooltip'].locked-tooltip:has(div.daggerheart.dh-style.tooltip) { } #tooltip, -.locked-tooltip { +.locked-tooltip, +.daggerheart.dh-style.tooltip { &.wide { max-width: 480px; diff --git a/templates/ui/tooltip/action.hbs b/templates/ui/tooltip/action.hbs index a3020aff..8740c9d9 100644 --- a/templates/ui/tooltip/action.hbs +++ b/templates/ui/tooltip/action.hbs @@ -1,4 +1,4 @@ -