basic resource editor screen - icons

This commit is contained in:
Azgaar 2021-05-05 00:19:51 +03:00
parent 9c7894d6ed
commit 4d74081821
3 changed files with 26 additions and 9 deletions

View file

@ -1448,6 +1448,20 @@ div.states > .coaIcon > use {
pointer-events: none;
}
div.states > .icon {
margin: 0;
cursor: pointer;
vertical-align: middle;
}
div.states > .model {
width: 7em;
}
div.states > .icon > * {
pointer-events: none;
}
#diplomacyBodySection > div {
cursor: pointer;
}