1#root { 2 width: 100% 3} 4 5.color-input::-webkit-color-swatch-wrapper { 6 padding: 0; 7} 8.color-input::-webkit-color-swatch { 9 border: none; 10} 11.color-input::-moz-color-swatch { 12 border: none; 13} 14.color-input::-webkit-color-picker { 15 position: absolute; 16 top: 100%; 17 left: 0; 18}