Skip to content
Snippets Groups Projects
project-create.scss 263 B
/*File made to personnalise upload button | Module will change from sib uploader to sib-images*/

#admin-project-create{
	@supports(-webkit-appearance: none) or (-moz-appearance: none) {
		input[type="file"]{
		}
		input[type="file"]:after{
			
		}
	}
}