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 @@
- + + +
@@ -3996,6 +4002,7 @@