From 81fe09bc489d7c2e68c614a83b26bca1f09522c9 Mon Sep 17 00:00:00 2001 From: Saif Addin Date: Sat, 2 Apr 2022 12:17:26 +0200 Subject: [PATCH] patch 4 support --- CHANGELOG.md | 3 +++ module.json | 4 ++-- package-lock.json | 2 +- package.json | 2 +- styles/component/controls.css | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18035d5..dd2b3b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 1.4.22 +* Bugfix: Support Foundry 9.255+ Patch 4 Support (Fixed colors) + ### 1.4.21 * Compatibility: Foundry 9.251+ Patch 3 Support diff --git a/module.json b/module.json index 16f2f3e..5a05d65 100644 --- a/module.json +++ b/module.json @@ -10,7 +10,7 @@ } ], "description": "Minimal UI allows customizing Foundry interface, by hiding, collapsing or resizing specific parts.", - "version": "1.4.21", + "version": "1.4.22", "minimumCoreVersion": "9.233", "compatibleCoreVersion": "9", "dependencies": [ @@ -42,6 +42,6 @@ ], "url": "https://github.com/saif-ellafi/foundryvtt-minimal-ui.git", "manifest": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/releases/latest/download/module.json", - "download": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/releases/download/1.4.21/foundryvtt-minimal-ui_1.4.21.zip", + "download": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/releases/download/1.4.22/foundryvtt-minimal-ui_1.4.22.zip", "changelog": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/blob/main/CHANGELOG.md" } diff --git a/package-lock.json b/package-lock.json index a8d7483..74322e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "foundryvtt-minimal-ui", - "version": "1.4.21", + "version": "1.4.22", "license": "MIT", "dependencies": { "@rollup/plugin-json": "^4.1.0", diff --git a/package.json b/package.json index dbafbc3..898bba4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundryvtt-minimal-ui", - "version": "1.4.21", + "version": "1.4.22", "description": "Minimal UI allows customizing Foundry interface, by hiding, collapsing or resizing specific parts.", "main": "minimalui.js", "scripts": { diff --git a/styles/component/controls.css b/styles/component/controls.css index 4192c5d..e6e69a9 100644 --- a/styles/component/controls.css +++ b/styles/component/controls.css @@ -44,7 +44,7 @@ opacity: 100%; } -#controls ol .scene-control.active, #controls ol .control-tool.active, #controls ol .scene-control:hover, #controls ol .control-tool:hover { +#controls ol.control-tools > li.active, #controls ol.control-tools > li:hover { border: 1px solid var(--bordercolor); box-shadow: 0 var(--hotbarshp) var(--shadowstrength) 2px var(--shadowcolor); }