diff --git a/stylesheets/test-ap-style-ticketcompose.css b/stylesheets/test-ap-style-ticketcompose.css new file mode 100644 index 0000000000000000000000000000000000000000..189f3a96b197fb35aa32fac5273b320b68cd2d79 --- /dev/null +++ b/stylesheets/test-ap-style-ticketcompose.css @@ -0,0 +1,17 @@ +label[for="IsVisibleForCustomer"], label[for="IsVisibleForCustomer"] + div, label[for="DynamicField_TicketDeadlineUsed"], label[for="DynamicField_TicketDeadlineUsed"] + div, label[for="DynamicField_TicketExportziele"], label[for="DynamicField_TicketExportziele"] + div { + display: none !important; +} + 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; +} \ No newline at end of file