Skip to content

Commit

Permalink
litle small optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Furtif committed Mar 5, 2024
1 parent 312b935 commit 60bea80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dtt4all_data/qstyle-d.qss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ QToolTip {
background-color: #ffa02f;
padding: 1px;
border-radius: 3px;
opacity: 100;
/*opacity: 100;*/
}

/* Global widget styling */
Expand Down
3 changes: 3 additions & 0 deletions dtt4all_data/qstyle.qss
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ QTabBar::tab:!selected {

/* Styling for selected tab bar tab */
QTabBar::tab:selected {
color: #ffffff;
background-color: #e94000ff;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
margin-bottom: 0px;
Expand All @@ -350,6 +352,7 @@ QTabBar::tab:!selected:hover {
padding-bottom: 3px;*/
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #ffaa00;
}

/* Styling for checked and unchecked radio button indicators */
Expand Down

0 comments on commit 60bea80

Please sign in to comment.