.form-table select {
    visibility: hidden;
}

/* Color Picker adaptation to the interface style */
.wp-picker-container{
    display: inline-block !important;
}

.wp-picker-container > button{
    margin: 0 !important;
    box-shadow: none !important;
}

.wp-picker-container .wp-picker-clear{
    box-shadow: none !important;
}