From 6e48abc18fe52c17a31d5614f23e5f6f2d74edc0 Mon Sep 17 00:00:00 2001 From: Jan Seipel <jan.seipel@swr.de> Date: Thu, 18 Apr 2024 08:11:38 +0000 Subject: [PATCH] Upload New File --- stylesheets/test-ap-style-ticketclose.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 stylesheets/test-ap-style-ticketclose.css diff --git a/stylesheets/test-ap-style-ticketclose.css b/stylesheets/test-ap-style-ticketclose.css new file mode 100644 index 0000000..90f5dfb --- /dev/null +++ b/stylesheets/test-ap-style-ticketclose.css @@ -0,0 +1,23 @@ +label[for="TimeUnits"] { + color: black !important; + background-color: #ffcccb; + padding: 1em 0em !important; +} + label[for="TimeUnits"] + div { + background-color: #ffcccb; + padding-top: 1em !important; + padding-bottom: 1em !important; +} + label[for="TimeUnits"] + div input { + border: 1px solid red; + border-radius: 4px; +} + #Core_UI_AutogeneratedID_1 { + display: block; +} + #Core_UI_AutogeneratedID_1 > fieldset > label:nth-child(13), label[for="IsVisibleForCustomer"] { + display: none !important; +} + #Core_UI_AutogeneratedID_1 > fieldset > label:nth-child(13) + div, label[for="IsVisibleForCustomer"] + div { + display: none; +} \ No newline at end of file -- GitLab