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
|
|
@ -5,16 +5,16 @@
|
|||
*/
|
||||
.appTheme(@darkRules, @lightRules) {
|
||||
// Dark theme selectors
|
||||
.themed.theme-dark .application.daggerheart.sheet.dh-style,
|
||||
.themed.theme-dark.application.daggerheart.sheet.dh-style,
|
||||
.themed.theme-dark .application.daggerheart.dh-style,
|
||||
.themed.theme-dark.application.daggerheart.dh-style,
|
||||
body.theme-dark .application.daggerheart,
|
||||
body.theme-dark.application.daggerheart {
|
||||
@darkRules();
|
||||
}
|
||||
|
||||
// Light theme selectors
|
||||
.themed.theme-light .application.daggerheart.sheet.dh-style,
|
||||
.themed.theme-light.application.daggerheart.sheet.dh-style,
|
||||
.themed.theme-light .application.daggerheart.dh-style,
|
||||
.themed.theme-light.application.daggerheart.dh-style,
|
||||
body.theme-light .application.daggerheart,
|
||||
body.theme-light.application.daggerheart {
|
||||
@lightRules();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue