set height for color input so the color preview is actually visible
This commit is contained in:
parent
e2a60404dc
commit
fc34513b7d
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@
|
||||||
padding:0.2rem 0.6rem;
|
padding:0.2rem 0.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tagcategoryblock input[type="color"] {
|
||||||
|
height: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
.tagcategoryblock .tc_colorswatch {
|
.tagcategoryblock .tc_colorswatch {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
|
|
Reference in a new issue