UI changes for problems
This commit is contained in:
parent
332788dd20
commit
09241e73a5
18 changed files with 125 additions and 40 deletions
|
|
@ -266,6 +266,14 @@ span.seconds {
|
|||
display: none;
|
||||
}
|
||||
|
||||
span.ok {
|
||||
color: #0a0;
|
||||
}
|
||||
|
||||
span.error {
|
||||
color: #a00;
|
||||
}
|
||||
|
||||
label {
|
||||
user-select: none;
|
||||
}
|
||||
|
|
@ -289,6 +297,10 @@ label {
|
|||
width: min-content;
|
||||
border-radius: 6px;
|
||||
|
||||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
button {
|
||||
width: 100px;
|
||||
margin-top: 12px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue