buttons to release all provinces and regenerate culture name

This commit is contained in:
Azgaar 2021-11-07 18:57:52 +03:00
parent 567cf3676a
commit 6de70f5897
8 changed files with 301 additions and 149 deletions

View file

@ -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;
}