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,6 +1,7 @@
|
||||||
@import '../../utils/colors.less';
|
@import '../../utils/colors.less';
|
||||||
|
|
||||||
.theme-light .application.daggerheart.dh-style.dialog {
|
.appTheme({}, {
|
||||||
|
&.dialog.character-settings {
|
||||||
.tab.details {
|
.tab.details {
|
||||||
.traits-inner-container .trait-container {
|
.traits-inner-container .trait-container {
|
||||||
background: url('../assets/svg/trait-shield-light.svg') no-repeat;
|
background: url('../assets/svg/trait-shield-light.svg') no-repeat;
|
||||||
|
|
@ -11,7 +12,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
});
|
||||||
|
|
||||||
.application.daggerheart.dh-style.dialog {
|
.application.daggerheart.dh-style.dialog {
|
||||||
.tab.details {
|
.tab.details {
|
||||||
|
|
|
||||||
|
|
@ -5,16 +5,16 @@
|
||||||
*/
|
*/
|
||||||
.appTheme(@darkRules, @lightRules) {
|
.appTheme(@darkRules, @lightRules) {
|
||||||
// Dark theme selectors
|
// Dark theme selectors
|
||||||
.themed.theme-dark .application.daggerheart.sheet.dh-style,
|
.themed.theme-dark .application.daggerheart.dh-style,
|
||||||
.themed.theme-dark.application.daggerheart.sheet.dh-style,
|
.themed.theme-dark.application.daggerheart.dh-style,
|
||||||
body.theme-dark .application.daggerheart,
|
body.theme-dark .application.daggerheart,
|
||||||
body.theme-dark.application.daggerheart {
|
body.theme-dark.application.daggerheart {
|
||||||
@darkRules();
|
@darkRules();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Light theme selectors
|
// Light theme selectors
|
||||||
.themed.theme-light .application.daggerheart.sheet.dh-style,
|
.themed.theme-light .application.daggerheart.dh-style,
|
||||||
.themed.theme-light.application.daggerheart.sheet.dh-style,
|
.themed.theme-light.application.daggerheart.dh-style,
|
||||||
body.theme-light .application.daggerheart,
|
body.theme-light .application.daggerheart,
|
||||||
body.theme-light.application.daggerheart {
|
body.theme-light.application.daggerheart {
|
||||||
@lightRules();
|
@lightRules();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue