From 995b4d07ffe0d6a7d437df64fea941412b5b0269 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Thu, 5 Oct 2023 20:10:16 +0900 Subject: [PATCH] =?UTF-8?q?WI:=20=F0=9F=94=B5>=F0=9F=9F=A2=20&=20?= =?UTF-8?q?=F0=9F=9F=A1>=F0=9F=9F=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/world-info.css | 10 +++++++--- public/index.html | 10 +++++----- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/public/css/world-info.css b/public/css/world-info.css index 9f70c297d..67ea3edec 100644 --- a/public/css/world-info.css +++ b/public/css/world-info.css @@ -169,16 +169,20 @@ margin-bottom: 3px; } +.world_entry { + transition: all 500ms; +} + .disabledWIEntry { opacity: 0.4; filter: grayscale(1); } .disabledWIEntry:hover { - opacity: 1.0; - filter: grayscale(1); + opacity: 1; + filter: grayscale(0.5); } .height32px { height: 32px; -} +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 967bad1b3..cc43d33f1 100644 --- a/public/index.html +++ b/public/index.html @@ -3934,10 +3934,10 @@ - + + + @@ -4671,4 +4671,4 @@ - + \ No newline at end of file