mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
v1.22.08
This commit is contained in:
parent
e6609dcb3a
commit
d773ab609b
3 changed files with 18 additions and 22 deletions
|
|
@ -1297,20 +1297,22 @@ div.states>input.riverType {
|
|||
}
|
||||
|
||||
#diplomacySelect {
|
||||
position: absolute;
|
||||
width: 5em;
|
||||
margin: .1em 0 0 -.3em;
|
||||
position: fixed;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #1891ff;
|
||||
width: 23%;
|
||||
left: 70.5%;
|
||||
}
|
||||
|
||||
#diplomacySelect > div {
|
||||
width: 100%;
|
||||
padding-left: .3em;
|
||||
}
|
||||
|
||||
#diplomacySelect > div:hover {
|
||||
background-color: #1891ff;
|
||||
color: #ffffff;
|
||||
width: calc(100% - .3em);
|
||||
}
|
||||
|
||||
#burgsFooterPopulation {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue