diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a485e4..d417772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 0.5.3 +* Bugfix: Border colors on right side buttons should use chosen colors (Thanks SalieriC) + ### 0.5.2 * Enhancement: New Experimental feature fixes the Axis of minimized windows to bottom or top * Bugfix: Adjusted space between left side controls and its sub menu diff --git a/minimalui.css b/minimalui.css index 44e80e1..45635ad 100644 --- a/minimalui.css +++ b/minimalui.css @@ -182,6 +182,7 @@ #sidebar-tabs > .item.active { box-shadow: 0 0 var(--shadowstrength) inset var(--shadowcolor); + border: 1px solid var(--bordercolor); } .tabs .item.active { diff --git a/module.json b/module.json index 0df5a5d..0f13b22 100644 --- a/module.json +++ b/module.json @@ -3,7 +3,7 @@ "title": "Minimal UI", "author": "JeansenVaars#2857", "description": "Minimal UI reduces size of Foundry interface and allows hiding or collapsing specific parts.", - "version": "0.5.2", + "version": "0.5.3", "minimumCoreVersion": "0.7.9", "compatibleCoreVersion": "0.7.9", "esmodules": [ "lib/colorsettings/colorSetting.js" ],