Our state of the art Gantt chart


Post by marcio »

Hey,

For the toolbar dropdown, you're looking for:

/* not checked */
.b-menuitem[role="menuitemcheckbox"] > .b-menuitem-icon::before {
	color: red;
}

/* checked  */
.b-menuitem[role="menuitemcheckbox"] > .b-menuitem-icon.b-icon-checked::before {
	color: blue;
}
Attachments
Screenshot 2023-01-25 at 12.13.57.png
Screenshot 2023-01-25 at 12.13.57.png (37.66 KiB) Viewed 114 times

Best regards,
Márcio


Post by vconstruct »

Hi Team, any updates on this? As you can see above, I was able to change the radiogroup css but not the checkbox (highlighted in red in the snapshot above).

Thanks


Post by marcio »

Hello vconstruct,

Didn't this rule work out? viewtopic.php?p=117212#p117212

Best regards,
Márcio


Post Reply