This commit is contained in:
Azgaar 2020-06-23 02:29:39 +03:00
parent 7224addbc6
commit 300a05b75d
7 changed files with 231 additions and 212 deletions

View file

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