From d5062d68e2da249ab874e866c624aaf292b687b9 Mon Sep 17 00:00:00 2001 From: Dorako Date: Fri, 4 Mar 2022 01:14:03 +0100 Subject: [PATCH] 1.3.7 --- CHANGELOG.md | 2 ++ module.json | 4 ++-- styles/navigation.css | 9 +++++++++ styles/sheet-dark.css | 14 ++++++++++++++ 4 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d123399..761c80b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# 1.3.7 +Fixed styling of worn-related buttons and crafting screen on dark mode pc sheets. Added minor support for Navigation Presets module. # 1.3.6 Fixed top left controls that broke in recent core foundry patch. # 1.3.5 diff --git a/module.json b/module.json index f3c4113..2d9ce95 100644 --- a/module.json +++ b/module.json @@ -4,7 +4,7 @@ "description": "Overhauls the Foundry UI and several modules.", "url": "https://github.com/Dorako/pf2e-dorako-ui", "author": "Dorako", - "version": "1.3.6", + "version": "1.3.7", "minimumCoreVersion": "9", "compatibleCoreVersion": "9", "system": ["pf2e"], @@ -14,6 +14,6 @@ "templates": [ "templates/*" ], - "download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.3.6.zip", + "download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.3.7.zip", "manifest": "https://github.com/Dorako/pf2e-dorako-ui/raw/main/module.json" } \ No newline at end of file diff --git a/styles/navigation.css b/styles/navigation.css index 5ecde5f..15b78c1 100644 --- a/styles/navigation.css +++ b/styles/navigation.css @@ -223,4 +223,13 @@ border: 0px; box-shadow: var(--gold-and-glow); border-radius: 50%; +} + +/* Navigation presets */ + +li.nav-preset, +a.create-preset, +a.scene-presets { + border: none; + box-shadow: var(--glassy); } \ No newline at end of file diff --git a/styles/sheet-dark.css b/styles/sheet-dark.css index 55f5f95..dc93ee5 100644 --- a/styles/sheet-dark.css +++ b/styles/sheet-dark.css @@ -170,4 +170,18 @@ crb-style .inventory .encumbrance .encumbrance-light-bulk-overflow { .crb-style .sheet-body .sheet-content .spell-list .item .item-summary { background:none; background-color: transparent; +} + +.actor.sheet.character .tab.actions .actions-list li.item .auxiliary-actions button { + color: black; +} + +.actor.sheet.character .tab.crafting .known-formulas .formula-list .formula-level-header.formula-level-header, +.actor.sheet.character .tab.crafting .crafting-entry .formula-list .formula-level-header.formula-level-header { + color: white; +} + +.actor.sheet.character .tab.inventory .inventory-list .item-list .container-capacity { + background-color: rgba(0,0,0,.35); + box-shadow: inset 0 0 3px #000; } \ No newline at end of file