/*IMPORT FILE */ /* 1 */ #prvi input[type="file"] { display: none; } #prvi .custom-file-upload { border: 1px solid #ccc; display: inline-block; padding: 6px 12px; cursor: pointer; } /* 2 */ #drugi .inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } #drugi .inputfile + label { font-size: 1.25em; font-weight: 700; color: white; background-color: black; display: inline-block; } #drugi .inputfile:focus + label, #drugi .inputfile + label:hover { background-color: red; } /* 3 */ div.upload { width: 157px; height: 57px; background: url(https://lh6.googleusercontent.com/-dqTIJRTqEAQ/UJaofTQm3hI/AAAAAAAABHo/w7ruR1SOIsA/s157/upload.png); overflow: hidden; } div.upload input { display: block !important; width: 157px !important; height: 57px !important; opacity: 0 !important; overflow: hidden !important; } /* 4 */ #cetvrti .upload-wrap { position: relative; } #cetvrti .upload-btn { position: absolute; left: 0; opacity: 0; }