From 06e47f9e2053ff48403c7b17c7eb5a13da9e5e3f Mon Sep 17 00:00:00 2001 From: Jan Seipel <jan.seipel@swr.de> Date: Thu, 18 Apr 2024 08:11:00 +0000 Subject: [PATCH] Upload New File --- stylesheets/test-ap-style-ticketfreetext.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 stylesheets/test-ap-style-ticketfreetext.css diff --git a/stylesheets/test-ap-style-ticketfreetext.css b/stylesheets/test-ap-style-ticketfreetext.css new file mode 100644 index 0000000..9b86a4f --- /dev/null +++ b/stylesheets/test-ap-style-ticketfreetext.css @@ -0,0 +1,16 @@ +label[for="NewOwnerID"] { + visibility: hidden !important; + position: relative; +} + label[for="NewOwnerID"]:after { + color: black; + visibility: visible; + position: absolute; + top: 0; + right: 0; + padding-left: 0px; + content: "Sperren für Besitzer*in:"; +} + label[for="IsVisibleForCustomer"], label[for="IsVisibleForCustomer"] + div, label[for="InformUserID"], label[for="InformUserID"] + div, label[for="InvolvedUserID"], label[for="InvolvedUserID"] + div { + display: none !important; +} \ No newline at end of file -- GitLab