mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
v1.4.14
This commit is contained in:
parent
6dd1e22e93
commit
2a67ee5d9f
14 changed files with 1010 additions and 267 deletions
11
index.css
11
index.css
|
|
@ -60,6 +60,13 @@ textarea {
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
#preview {
|
||||
position: absolute;
|
||||
bottom: 1em;
|
||||
left: 1em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#pickerContainer {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
|
|
@ -1021,8 +1028,8 @@ div#regimentSelectorBody > div > div {
|
|||
}
|
||||
|
||||
.color-div {
|
||||
width: 2.7em;
|
||||
height: 1.1em;
|
||||
width: 2.5em;
|
||||
height: 1em;
|
||||
display: inline-block;
|
||||
margin: .1em .2em;
|
||||
border: 1px #c5c5c5 groove;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue