select table rows and edit user

This commit is contained in:
2022-06-10 14:10:34 +02:00
parent 3c613cca33
commit 43c33b55d6
11 changed files with 200 additions and 6 deletions

View File

@@ -81,3 +81,11 @@ div.headline h2{
padding: 10px 0px;
font-weight: 400;
}
tr.highlight {
background: #eef;
}
tr.clicked {
background: #ccd;
}