From 84c7a495b756746784826e6b082e287f2e9a3aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 1 Dec 2022 17:43:24 +0100 Subject: [PATCH] Change cursor of disabled form fields --- .../components/ParticipantAddressForm.vue | 4 +++- .../myep/components/ParticipantDataForm.vue | 19 +++++++++++++++---- .../Assets/scss/components/_forms.scss | 4 ++++ 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/ParticipantAddressForm.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/ParticipantAddressForm.vue index 329cc64b..48ffdb85 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/ParticipantAddressForm.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/ParticipantAddressForm.vue @@ -9,7 +9,9 @@
- diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/ParticipantDataForm.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/ParticipantDataForm.vue index 0d5a9841..61b4ea44 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/ParticipantDataForm.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/ParticipantDataForm.vue @@ -1,18 +1,25 @@