tiny js script that runs listings in the playground
This commit is contained in:
parent
ee0dc0a1c6
commit
50587abe9c
2 changed files with 65 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue