improve case management

This commit is contained in:
Ross
2025-04-28 15:45:02 +01:00
parent a13be87077
commit 5e578ca2b0
7 changed files with 83 additions and 13 deletions
+8 -1
View File
@@ -1337,4 +1337,11 @@ span#user-id {
.marking-link:hover {
color: #3282b8;
text-decoration: underline;
}
}
.remove-button {
opacity: 20%;
}
.remove-button:hover {
opacity: 100%;
}