Your css is too broad. Those drop-down menus also use the .button class. Consider a more complex class selector that only impacts the div those buttons are in. Use Chrome’s web inspector to help:
Hover the cursor over the image and right click mouse.
Yea. These class names are generated on build (by webpack) … you cannot count on them as they will change between builds/releasea. You need to see if there are other identifiers (like a combination of element depth, IDs, etc) to match the buttons you want to style.
I found an interesting class “#button.modal-dialog-ok-button.css-lhdkzp” from which (without “.css-lhdkzp”) I presume it would be possible to control all the children…
I absolutely cannot. I tried everything I could … without success.
I am a beginner in css.