From 7771ecb0d0370cae92675277678899c2074b80f1 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Sun, 1 Oct 2023 10:21:19 +0900 Subject: [PATCH] WI disable/constant checkboxes to tristate select --- public/css/world-info.css | 9 +++++ public/index.html | 12 +++++- public/scripts/world-info.js | 72 +++++++++++++++++++++++++++++++++++- 3 files changed, 90 insertions(+), 3 deletions(-) diff --git a/public/css/world-info.css b/public/css/world-info.css index 425b4f83b..079d45188 100644 --- a/public/css/world-info.css +++ b/public/css/world-info.css @@ -160,3 +160,12 @@ #world_info_search { width: 10em; } + +.disabledWIEntry { + opacity: 0.2; + filter: grayscale(1); +} + +.height32px { + height: 32px; +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 1fff4b835..adab85518 100644 --- a/public/index.html +++ b/public/index.html @@ -3910,7 +3910,13 @@ ☰