mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
v1.22.15
This commit is contained in:
parent
f5985a4374
commit
94badd833b
5 changed files with 42 additions and 7 deletions
18
index.css
18
index.css
|
|
@ -526,7 +526,23 @@ input[type="color"]::-webkit-color-swatch-wrapper {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.glow {
|
||||
#exitCustomization {
|
||||
position: absolute;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#exitCustomization > div {
|
||||
width: 12em;
|
||||
background: #5d4651;
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
#finalizeHeightmap {
|
||||
width: 100%;
|
||||
border: none;
|
||||
padding: .45em .75em;
|
||||
margin: .4em 0;
|
||||
font-family: Consolas, monospace;
|
||||
animation: glowing 2s infinite;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue