show execution history
This commit is contained in:
parent
a8b522fdd8
commit
d5272e30f3
6 changed files with 90 additions and 42 deletions
|
|
@ -26,6 +26,18 @@
|
|||
details {
|
||||
padding-left :10;
|
||||
}
|
||||
|
||||
.runtimeState:hover {
|
||||
/* background-color: rgba(255, 140, 0, 0.2); */
|
||||
background-color: rgba(0,0,255,0.2);
|
||||
cursor: pointer;
|
||||
}
|
||||
.runtimeState.active {
|
||||
/* background-color: rgba(255, 140, 0, 0.2); */
|
||||
background-color: rgba(0,0,255,0.2);
|
||||
/* border: solid black 3px; */
|
||||
border: solid blue 2px;
|
||||
}
|
||||
/* details:not(:has(details)) > summary::marker {
|
||||
color: white;
|
||||
} */
|
||||
Loading…
Add table
Add a link
Reference in a new issue