mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
basic resource editor screen - icons
This commit is contained in:
parent
9c7894d6ed
commit
4d74081821
3 changed files with 26 additions and 9 deletions
14
index.css
14
index.css
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue