What happens if you overload the style for different states of the button like :hover?


QPushButton, QPushButton:hover { background: white; color: black; }