diff --git a/public/css/world-info.css b/public/css/world-info.css index 7445fdbb9..9f70c297d 100644 --- a/public/css/world-info.css +++ b/public/css/world-info.css @@ -170,10 +170,15 @@ } .disabledWIEntry { - opacity: 0.2; + opacity: 0.4; + filter: grayscale(1); +} + +.disabledWIEntry:hover { + opacity: 1.0; filter: grayscale(1); } .height32px { height: 32px; -} \ No newline at end of file +} diff --git a/public/index.html b/public/index.html index 866de9515..ab76e0111 100644 --- a/public/index.html +++ b/public/index.html @@ -3912,7 +3912,7 @@ - -