How do I set the height for a color input? I can set the width, but height doesn't work at all.
input { border : #0f0 2px solid; border-radius : 5px; font-size : 12px; height : 20px !important; width : 30%; background : #0000; } <input type="color" id="color"> <input type="text" value="this one works but not the other">
没有评论:
发表评论