Skip to content

Commit

Permalink
dark mode tab selected color
Browse files Browse the repository at this point in the history
  • Loading branch information
Furtif committed May 1, 2024
1 parent accc1fa commit e14be01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ddt4all_data/qstyle-d.qss
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@ QTabBar::tab:!selected {

/* Styling for selected tab bar tab */
QTabBar::tab:selected {
color: #ffffff;
background-color: #ffaa00;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
margin-bottom: 0px;
Expand Down

0 comments on commit e14be01

Please sign in to comment.