basic resource editor screen - icons

This commit is contained in:
Azgaar 2021-05-05 00:19:51 +03:00 committed by Peter
parent e715e27259
commit 295344b56d
2 changed files with 20 additions and 3 deletions

View file

@ -1539,6 +1539,20 @@ div.states > .resourceIcon > * {
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;
}