single-user-edit-page #971

Merged
philipp merged 23 commits from single-user-edit-page into staging 2025-05-03 19:20:21 +02:00
Showing only changes of commit ffe1745b65 - Show all commits

View File

@ -5,7 +5,8 @@
.input-group {
@apply flex;
input[readonly] {
input[readonly],
select[disabled] {
opacity: .7;
}