From dbb315a3a8e9f581fab23c22bd3f0f25aeed7fb5 Mon Sep 17 00:00:00 2001 From: Veloxization Date: Thu, 8 Aug 2024 09:30:24 +0300 Subject: [PATCH] System compatible with version 12 --- main.css | 5 ++++- system.json | 8 ++++---- tochange.js | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/main.css b/main.css index bcf0d40..89d918f 100644 --- a/main.css +++ b/main.css @@ -165,7 +165,7 @@ color: var(--tc-color-change-cross-mental); } -select:focus, textarea:focus, input:focus, #sidebar button:hover { +select:focus, textarea:focus, input:focus, #sidebar button:hover, #sidebar button:focus { box-shadow: 0 0 10px var(--tc-shadow) !important; } a:hover, .tabs .active { @@ -175,6 +175,9 @@ a:hover, .tabs .active { background-color: var(--tc-background-scrollbar) !important; border-color: var(--tc-border-scrollbar) !important; } +* { + scrollbar-color: var(--tc-border-scrollbar) var(--color-scrollbar-track) !important; + } #pause .pause-image { background: url("icons/pause-icon.png"); background-size: 8rem; diff --git a/system.json b/system.json index bde6e28..68e90f0 100644 --- a/system.json +++ b/system.json @@ -2,11 +2,11 @@ "id": "to-change", "title": "To Change (Unofficial)", "description": "

A FoundryVTT system implementation for playing the To Change system by Duck and Ewen.

", - "version": "0.3.1", + "version": "0.3.2", "compatibility": { "minimum": "11", - "verified": "11", - "maximum": "11" + "verified": "12.330", + "maximum": "12" }, "authors": [ { @@ -71,5 +71,5 @@ "background": "systems/to-change/images/tc-thumbnail.jpg", "url": "https://github.com/Veloxization/to-change", "manifest": "https://raw.githubusercontent.com/Veloxization/to-change/main/system.json", - "download": "https://github.com/Veloxization/to-change/releases/download/v0.3.1/fvtt-to-change-v0.3.1.zip" + "download": "https://github.com/Veloxization/to-change/releases/download/v0.3.2/fvtt-to-change-v0.3.2.zip" } diff --git a/tochange.js b/tochange.js index 1e43cdf..ea69118 100644 --- a/tochange.js +++ b/tochange.js @@ -47,4 +47,4 @@ Hooks.on("createActor", (document, options, userId) => { actorTG.PATransgender3 = game.i18n.localize("TC.Sheet.TransgenderChange12"); }); -registerHooks(); \ No newline at end of file +registerHooks(); // For compatibility with FoundryVTT 11. See about removing. \ No newline at end of file