Hi,
I would like to format the dropdown menu and I was trying to edit the color of the checkbox when it’s filled with the following in CSS file:
.handsontable .htCheckboxRendererInput {
background-color: #18423b;
}
Unfortunately, this didn’t do anything. Also I would like to find out how the width of the dropdown menu could be changed?
Thanks!