From 1fce1d70fe53bbb113590aa7811908a2b75f32de Mon Sep 17 00:00:00 2001
From: Jan Seipel <jan.seipel@swr.de>
Date: Thu, 18 Apr 2024 08:10:30 +0000
Subject: [PATCH] Upload New File

---
 stylesheets/test-ap-style-ticketphone.css | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 stylesheets/test-ap-style-ticketphone.css

diff --git a/stylesheets/test-ap-style-ticketphone.css b/stylesheets/test-ap-style-ticketphone.css
new file mode 100644
index 0000000..59049ec
--- /dev/null
+++ b/stylesheets/test-ap-style-ticketphone.css
@@ -0,0 +1,15 @@
+*[for="NewUserID"] {
+	 visibility: hidden;
+	 position: relative;
+}
+ *[for="NewUserID"]:after {
+	 visibility: visible;
+	 position: absolute;
+	 top: 0;
+	 right: 0;
+	 padding-left: 0px;
+	 content: "Sperren für Besitzer*in:";
+}
+ label[for="CustomerID"], label[for="CustomerID"] + div, label[for="SLAID"], label[for="SLAID"] + div, label[for="NewResponsibleID"], label[for="NewResponsibleID"] + div, label[for="Dest"], label[for="Dest"] + div, .Row_DynamicField_MasterSlave, a[title="Queue ändern"] {
+	 display: none !important;
+}
\ No newline at end of file
-- 
GitLab