Viewing 1 replies (of 1 total)
  • Here’s CSS that I use:

    .select2-results img{
    	max-height: 40px;
    }
    
    .redNaoSubmitButton{
    	color: white !important;
    	float: right;
    }
    .redNaoSubmitButton:hover{
    		background-color: #B22222 !important;
    }
    .repeaterAddButton{
    	float: left;
    }
    
    .popover{
    	display: none !important;
    }
    
    textarea.form-control.redNaoTextAreaInput{
    	background: white !important;
    	border: none;
    	resize: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Examples of Custom CSS in Form Builder’ is closed to new replies.