enable viewing of uploaded files to inspection points
This commit is contained in:
parent
5d26885da3
commit
98bf4532aa
5 changed files with 91 additions and 9 deletions
|
@ -102,7 +102,9 @@ select[readonly] {
|
|||
}
|
||||
|
||||
input[disabled],
|
||||
textarea[disabled],
|
||||
textarea[disabled] {
|
||||
@apply opacity-75;
|
||||
}
|
||||
select[disabled] {
|
||||
@apply opacity-75 pointer-events-none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue