show execution history

This commit is contained in:
Joeri Exelmans 2025-10-09 16:25:03 +02:00
parent a8b522fdd8
commit d5272e30f3
6 changed files with 90 additions and 42 deletions

View file

@ -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;
} */