diff --git a/css/style.scss b/css/style.scss index 8b92bb0ee..9819b3587 100644 --- a/css/style.scss +++ b/css/style.scss @@ -818,7 +818,7 @@ input.input-inline { } label.color { - flex-grow: 0.5; + flex-grow: 1; } .selected { @@ -837,7 +837,10 @@ input.input-inline { background-repeat: no-repeat; opacity: 1; input { + position: absolute; visibility: hidden; + height: 32px; + width: 40px; } } } @@ -905,7 +908,8 @@ input.input-inline { .colorselect { flex-grow: 1; - div { + div, + label { min-width: 32px; } }