diff --git a/index.css b/index.css index c2e10c4a..9cdcbbe6 100644 --- a/index.css +++ b/index.css @@ -1411,11 +1411,16 @@ div.states > .statePopulation { width: 3em; } +div.states:hover > .hiddenIcon { + visibility: visible !important; +} + div.states .icon-pencil, div.states .icon-trash-empty, div.states .icon-eye, div.states .icon-pin, -div.states .icon-flag-empty { +div.states .icon-flag-empty, +div.states .icon-cw { cursor: pointer; } diff --git a/index.html b/index.html index 4bf6025b..cf279ba1 100644 --- a/index.html +++ b/index.html @@ -2708,6 +2708,7 @@ + @@ -2806,13 +2807,13 @@