#refresh_bar { background: transparent; } QPushButton { background: ; border: none; height: 30px; width: 30px; } QPushButton:hover, QPushButton:checked { background: ; } QPushButton:disabled { background: ; } QPushButton:pressed { background: ; } #refresh_button { border-bottom-left-radius: 12px; border-top-left-radius: 12px; margin-right: 2px; } #auto_refresh_button { border-bottom-right-radius: 12px; border-top-right-radius: 12px; }