[フレーム]
Last Updated: February 25, 2016
·
387
· asci

File input customizing (copy\paste)

For bootstrap.css:

<label>
 <span class="btn">Select file</span>
 <input type="file" class="btn" style="opacity: 0.0001" onchange="this.previousElementSibling.innerHTML = this.value;" />
</label>

AltStyle によって変換されたページ (->オリジナル) /