fixed color of disabled delete button in user list

This commit is contained in:
overflowerror 2021-01-18 18:21:17 +01:00
parent e5a7522307
commit c56ed33851

View file

@ -54,6 +54,7 @@
}
.btn:disabled {
color: dimgrey;
}
a.btn.disabled {