equipment form

This commit is contained in:
Julian Krauser 2025-03-31 15:35:21 +02:00
parent 5641dbb57f
commit 716823f536
8 changed files with 443 additions and 5 deletions

View file

@ -87,7 +87,7 @@ select {
input[readonly],
textarea[readonly],
select[readonly] {
@apply select-none;
@apply select-none focus:border-gray-300 cursor-default;
/* pointer-events-none; */
}