2020年12月31日星期四

Set height for color input

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">
https://stackoverflow.com/questions/65526937/set-height-for-color-input January 01, 2021 at 10:32AM

没有评论:

发表评论