UI changes for problems

This commit is contained in:
Magnus Åhall 2024-07-04 15:14:24 +02:00
parent 332788dd20
commit 09241e73a5
18 changed files with 125 additions and 40 deletions

View file

@ -213,6 +213,12 @@ span.time {
span.seconds {
display: none;
}
span.ok {
color: #0a0;
}
span.error {
color: #a00;
}
label {
user-select: none;
}
@ -233,6 +239,9 @@ label {
width: min-content;
border-radius: 6px;
}
#time-selector.hidden {
display: none;
}
#time-selector button {
width: 100px;
margin-top: 12px;