#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;*/ border-radius: 12px; }