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