Skip to content
Snippets Groups Projects
test-ap-style-ticketphone.css 527 B
*[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;
}