diff --git a/module.json b/module.json index 32f0417..4f33f45 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.0.5", + "version": "1.0.6", "minimumCoreVersion": "9", "compatibleCoreVersion": "9", "system": ["pf2e"], @@ -12,5 +12,5 @@ "scripts/dorako-ui.js" ], "dependencies": [ { "name": "colorsettings" } ], - "download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.0.5.zip" + "download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.0.6.zip" } \ No newline at end of file diff --git a/styles/custom-hotbar.css b/styles/custom-hotbar.css index da0ffb0..b99b118 100644 --- a/styles/custom-hotbar.css +++ b/styles/custom-hotbar.css @@ -113,6 +113,6 @@ text-shadow: var(--dorako-text-shadow); } -#custom-hotbar .macro:hover { - /* box-shadow: 0 0 10px var(--color-shadow-highlight) inset; */ -} \ No newline at end of file +/* #custom-hotbar .macro:hover { + box-shadow: 0 0 10px var(--color-shadow-highlight) inset; +} */ \ No newline at end of file diff --git a/styles/navigation.css b/styles/navigation.css index 06e45d2..eef2936 100644 --- a/styles/navigation.css +++ b/styles/navigation.css @@ -50,9 +50,9 @@ } -#navigation #scene-list .scene.context, +/* #navigation #scene-list .scene.context, #navigation #scene-list .scene.view { -} +} */ .scene-name{ padding-top: 5px;