Fixed groups view checkmarks contrast issue

This commit is contained in:
2025-11-28 16:57:15 +01:00
parent f262545332
commit f8a4350fa0

View File

@@ -89,3 +89,8 @@ input[readonly] {
opacity: 1;
border-color: var(--bs-border-color) !important;
}
/* Groups view checkmarks */
td.text-success span, td.text-danger span {
font-size: 2rem;
}