mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
fill-box web component
This commit is contained in:
parent
002558785a
commit
8184b416b9
13 changed files with 226 additions and 138 deletions
10
index.css
10
index.css
|
|
@ -1531,6 +1531,11 @@ div.states > .riverType {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.changeRelations > * {
|
||||
pointer-events: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#diplomacySelect {
|
||||
width: 5em;
|
||||
margin: 0.1em 0 0 -0.3em;
|
||||
|
|
@ -1668,11 +1673,6 @@ div.states > div.biomeArea {
|
|||
width: 5em;
|
||||
}
|
||||
|
||||
rect.fillRect {
|
||||
stroke: #666666;
|
||||
stroke-width: 2;
|
||||
}
|
||||
|
||||
#militaryHeader > div,
|
||||
#regimentsHeader > div {
|
||||
width: 5.2em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue