mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.4.36
This commit is contained in:
parent
7224addbc6
commit
300a05b75d
7 changed files with 231 additions and 212 deletions
41
index.css
41
index.css
|
|
@ -2089,9 +2089,10 @@ svg.button {
|
|||
padding: 1.2em;
|
||||
border: solid 1px #000;
|
||||
font-size: 1.2em;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
#promptTest {
|
||||
#promptText {
|
||||
padding: 0 0 .6em 0;
|
||||
font-weight: bold;
|
||||
font-family: sans-serif;
|
||||
|
|
@ -2125,6 +2126,44 @@ svg.button {
|
|||
stroke-width: 0;
|
||||
}
|
||||
|
||||
.pell {
|
||||
border: 1px solid hsla(0,0%,4%,.1)
|
||||
}
|
||||
|
||||
.pell,.pell-content {
|
||||
box-sizing: border-box
|
||||
}
|
||||
|
||||
.pell-content {
|
||||
height: 14em;
|
||||
outline: 0;
|
||||
overflow-y: auto;
|
||||
padding: .6em;
|
||||
font-family: Copperplate, monospace;
|
||||
background-color: #fff;
|
||||
border: 1px solid #dedede;
|
||||
}
|
||||
|
||||
.pell-actionbar {
|
||||
background-color: #fff;
|
||||
border: 1px solid #dedede;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.pell-button {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
height: 30px;
|
||||
outline: 0;
|
||||
width: 30px;
|
||||
vertical-align: bottom
|
||||
}
|
||||
|
||||
.pell-button-selected {
|
||||
background-color: #f0f0f0
|
||||
}
|
||||
|
||||
#debug {
|
||||
font-size: 1px;
|
||||
opacity: .8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue