mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Fix setting dialogs created from overriden light sheet actors (#1939)
This commit is contained in:
parent
1ab8170d2f
commit
ac72012387
2 changed files with 14 additions and 12 deletions
|
|
@ -1,17 +1,19 @@
|
|||
@import '../../utils/colors.less';
|
||||
|
||||
.theme-light .application.daggerheart.dh-style.dialog {
|
||||
.tab.details {
|
||||
.traits-inner-container .trait-container {
|
||||
background: url('../assets/svg/trait-shield-light.svg') no-repeat;
|
||||
.appTheme({}, {
|
||||
&.dialog.character-settings {
|
||||
.tab.details {
|
||||
.traits-inner-container .trait-container {
|
||||
background: url('../assets/svg/trait-shield-light.svg') no-repeat;
|
||||
|
||||
div {
|
||||
filter: drop-shadow(0 0 3px @beige);
|
||||
text-shadow: 0 0 3px @beige;
|
||||
div {
|
||||
filter: drop-shadow(0 0 3px @beige);
|
||||
text-shadow: 0 0 3px @beige;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
.application.daggerheart.dh-style.dialog {
|
||||
.tab.details {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue