QTabBar { background-color: ; border-bottom: 1px solid ; font-size: px; padding-left: 4px; min-height: 30px; } QTabBar::tab { background-color: ; border: 1px solid ; border-top-left-radius: 11px; border-top-right-radius: 11px; color: ; min-height: 25px; margin-left: 3px; margin-top: 4px; } QTabBar::tab:hover { background-color: ; color: ; } QTabBar::tab:selected, QTabBar::tab:pressed { background-color: ; border-bottom: 1px solid ; color: ; } #side_area { background-color: ; border-bottom: 1px solid ; } #type_circle { background-color: ; border: 1px solid ; border-radius: 6px; margin: 0; height: 10px; width: 10px; margin-top: 3px; margin-left: 6px; } #type_circle[selected=true] { border: 1px solid ; } #close_button { background-color: transparent; border: 1px solid transparent; border-radius: 8px; color: ; font-size: 12px; margin: 0; height: 14px; width: 14px; margin-top: 5px; margin-right: 0px; } #close_button:hover { border: 1px solid ; } #add_button { background-color: ; border: 1px solid ; border-radius: 11px; color: ; margin: 5px 0 3px 0; height: 20px; width: 20px; } #add_button:hover { background-color: ; color: ; }