tiny js script that runs listings in the playground

This commit is contained in:
stisa 2017-10-22 17:08:50 +02:00
commit 50587abe9c
2 changed files with 65 additions and 0 deletions

View file

@ -711,3 +711,30 @@ blockquote p {
color: rgb(109, 109, 109) !important;
}
.runDiv > hr {
border: 1px solid slategray;
}
.runDiv > button{
cursor: pointer;
background-color: lightslategray;
text-decoration: none;
float: right;
color: #FFF;
display: block;
}
.runDiv > .resDiv {
width: 80%;
margin-left: 1em;
padding: 0.2em 1em 0.2em 1em;
display: inline-block;
}
.successComp {
color: lightgreen;
}
.failedComp {
color: lightcoral;
}