This commit is contained in:
Azgaar 2019-11-18 01:07:36 +03:00
parent f5985a4374
commit 94badd833b
5 changed files with 42 additions and 7 deletions

View file

@ -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;
}