Page 2 of 2

Re: [REACT] : Customizing Gantt Toolbar Filters - Checkbox button CSS

Posted: Wed Jan 25, 2023 5:15 pm
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;
}

Re: [REACT] : Customizing Gantt Toolbar Filters - Checkbox button CSS

Posted: Tue Jan 31, 2023 4:10 pm
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


Re: [REACT] : Customizing Gantt Toolbar Filters - Checkbox button CSS

Posted: Tue Jan 31, 2023 5:02 pm
by marcio

Hello vconstruct,

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