feat(webui): bootstrap a proper UI
This commit is contained in:
parent
09885ef1e4
commit
4e029fb83a
11 changed files with 127 additions and 75 deletions
|
@ -1,3 +1,9 @@
|
|||
.error-message {
|
||||
color:red;
|
||||
.clickable-rows tbody a {
|
||||
display: block;
|
||||
padding: 0 1em 0;
|
||||
text-decoration: none;
|
||||
transition: all 0.25s ease-out;
|
||||
}
|
||||
.clickable-rows tbody tr:hover a {
|
||||
background-color: var(--secondary-container);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue