.colorpicker-input {
    width: 300px !important;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.colorpicker-input:hover {
    border-bottom: 1px solid grey;
}
