enable viewing of uploaded files to inspection points

This commit is contained in:
Julian Krauser 2025-07-12 17:04:27 +02:00
parent 5d26885da3
commit 98bf4532aa
5 changed files with 91 additions and 9 deletions

View file

@ -102,7 +102,9 @@ select[readonly] {
}
input[disabled],
textarea[disabled],
textarea[disabled] {
@apply opacity-75;
}
select[disabled] {
@apply opacity-75 pointer-events-none;
}