QPushButton {color: #F00}But now in H22 where, I guess, the whole button is styled with CSS, setting the color red removes alle existing CSS and now only shows a red text:
A (hacky) fix would be to get the current CSS from the button and modify that but the button has none since that CSS is probably a global for the button class so this gets messy real quick..
So is there a way to layer CSS overrides on top of UI elements preserving the pre-existing other CSS properties?
