From 51b61e98bf5c96358bdc9271e3dbbd2ced34c41d Mon Sep 17 00:00:00 2001 From: Dorako Date: Wed, 2 Mar 2022 18:33:52 +0100 Subject: [PATCH] 1.3.6 --- CHANGELOG.md | 4 +++- module.json | 4 ++-- styles/compact-ui.css | 2 +- styles/controls.css | 33 +++++++++++++++++++++++++++++++-- styles/sheet-dark.css | 8 ++++++++ 5 files changed, 45 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d224cc1..d123399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +# 1.3.6 +Fixed top left controls that broke in recent core foundry patch. # 1.3.5 -Fixed dark player sheets that broke in recent patch. Made macro bare never fade in compact mode, as it doesn't re-appear when hovering while dragging a macro. +Fixed dark player sheets that broke in recent system patch. Made macro bare never fade in compact mode, as it doesn't re-appear when hovering while dragging a macro. # 1.3.4 Changed compact mode to client setting. Fixed issue in dark sheets. Themed foundry notifications. Fixed styling that broke due to data visibility changes in the newest foundry release diff --git a/module.json b/module.json index f06b5e3..f3c4113 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.5", + "version": "1.3.6", "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.5.zip", + "download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.3.6.zip", "manifest": "https://github.com/Dorako/pf2e-dorako-ui/raw/main/module.json" } \ No newline at end of file diff --git a/styles/compact-ui.css b/styles/compact-ui.css index e5170e7..624974a 100644 --- a/styles/compact-ui.css +++ b/styles/compact-ui.css @@ -6,7 +6,7 @@ #controls { pointer-events: all; - gap: 5px; + /* gap: 5px; */ flex-wrap: nowrap; width: 75px; flex-direction: row; diff --git a/styles/controls.css b/styles/controls.css index 7a062c0..2bbe957 100644 --- a/styles/controls.css +++ b/styles/controls.css @@ -5,12 +5,19 @@ #controls ol .scene-control, #controls ol .control-tool, -#controls ol .control-tool.toggle, #controls ol .control-tool.toggle.active, +#controls ol.control-tools > li.active, #controls ol.control-tools > li:hover, +#controls ol.control-tools > li, +#controls ol.control-tools > li.toggle, +#controls ol.control-tools > li.toggle.active, +#controls ol .control-tool.toggle, +#controls ol .control-tool.toggle.active, #controls ol .control-tool.active, #controls ol .scene-control.active, #controls ol .control-tool.toggle:hover, #controls ol .control-tool:hover, #controls ol .scene-control:hover, + +#controls ol.control-tools > li.toggle:hover, #darkness-adjuster .window-content, #darkness-adjuster { @@ -33,6 +40,13 @@ #controls ol .control-tool.toggle:hover, #controls ol .control-tool.toggle.active, #controls ol .control-tool.toggle.active:hover, +#controls ol.control-tools > li, +#controls ol.control-tools > li.active, +#controls ol.control-tools > li:hover, +#controls ol.control-tools > li.active:hover, +#controls ol.control-tools > li.toggle:hover, +#controls ol.control-tools > li.toggle.active, +#controls ol.sub-controls .control-tool.toggle, #darkness-adjuster .window-content { border: none; @@ -51,8 +65,20 @@ #controls { padding-top: 0px; margin-top: var(--edge-margin); - margin-left: unset; + margin-left: var(--edge-margin);; transition: unset; + overflow: visible; + padding: 0px; +} + +#controls ol.control-tools > li { + margin-bottom: 5px; + margin-right: 5px; +} + +#controls ol.control-tools.main-controls { + padding: 0px; + margin: 0px; } #controls ol.main-controls { @@ -77,6 +103,8 @@ text-shadow: var(--dorako-text-shadow); } +#controls ol.control-tools > li.active, +#controls ol.control-tools > li:hover, #controls ol .scene-control.active, #controls ol .scene-control:hover { background-color: var(--paizo-red); @@ -101,6 +129,7 @@ /* backdrop-filter: var(--dorako-vibrancy-active) var(--dorako-vibrancy-active); */ } +#controls ol.control-tools > li.toggle:hover, #controls ol.sub-controls .control-tool.toggle.active { background-color: var(--paizo-blue-bright); /* backdrop-filter: brightness(1.5), var(--dorako-vibrancy-active); */ diff --git a/styles/sheet-dark.css b/styles/sheet-dark.css index c392ce7..55f5f95 100644 --- a/styles/sheet-dark.css +++ b/styles/sheet-dark.css @@ -123,6 +123,8 @@ crb-style .inventory .encumbrance .encumbrance-light-bulk-overflow { color: #F1DFB890; } +.actor.sheet.character .tab.spellcasting .spellcasting-entry .skills-list .skill-grid .skill-score, +.actor.sheet .crb-style .sheet-body .sheet-content .spell-list .item .item-name h4:hover, .actor.sheet.character .tab.inventory .item-controls .item-control, .actor.sheet.character .tab.proficiencies .proficiencies-pane h1, .actor.sheet.character .tab.biography h3 { @@ -144,6 +146,7 @@ crb-style .inventory .encumbrance .encumbrance-light-bulk-overflow { filter: brightness(1.2); } +.actor.sheet .crb-style .sheet-body .sheet-content .spell-list .item.spell-level-header, .actor.sheet.character .tab.character h3, .actor.sheet.character .tab.character .ability-scores .ability .ability-id, .actor.sheet .crb-style .sheet-body .sheet-content, @@ -157,9 +160,14 @@ crb-style .inventory .encumbrance .encumbrance-light-bulk-overflow { .crb-style input[type="date"], .crb-style input[type="time"] { color: white; +} +.actor.sheet .crb-style .sheet-body .sheet-content .content-link { + color: black; } +.actor.sheet .crb-style .sheet-body .sheet-content .spell-list .item .item-summary, .crb-style .sheet-body .sheet-content .spell-list .item .item-summary { + background:none; background-color: transparent; } \ No newline at end of file