I'm new to Taipy and CSS and currently facing an issue where I'm unable to modify the visual appearance of specific buttons using CSS.
Although I tried changing the 'class_name' of a particular button in my .css file, it didn't work as expected. While I could change the visuals of all buttons with the 'class_name', I couldn't do the same for specific buttons.
To clarify, let's assume I have three buttons: Button A, Button B, and Button C, which by default have blue text and a blue border. However, I want to change only Button C to have a different color or no border while keeping the other two buttons unchanged. How should I do that?