Skip to content
Snippets Groups Projects
Select Git revision
  • 2df56adfd1dd9ac0e44e7150a5b565184964f0b4
  • main default protected
2 results

test-ap-style-ticketphone.css

Blame
  • 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;
    }