Skip to content

Commit 60bea80

Browse files
committed
litle small optimisation
1 parent 312b935 commit 60bea80

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

dtt4all_data/qstyle-d.qss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ QToolTip {
44
background-color: #ffa02f;
55
padding: 1px;
66
border-radius: 3px;
7-
opacity: 100;
7+
/*opacity: 100;*/
88
}
99

1010
/* Global widget styling */

dtt4all_data/qstyle.qss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ QTabBar::tab:!selected {
339339

340340
/* Styling for selected tab bar tab */
341341
QTabBar::tab:selected {
342+
color: #ffffff;
343+
background-color: #e94000ff;
342344
border-top-left-radius: 3px;
343345
border-top-right-radius: 3px;
344346
margin-bottom: 0px;
@@ -350,6 +352,7 @@ QTabBar::tab:!selected:hover {
350352
padding-bottom: 3px;*/
351353
border-top-left-radius: 3px;
352354
border-top-right-radius: 3px;
355+
background-color: #ffaa00;
353356
}
354357

355358
/* Styling for checked and unchecked radio button indicators */

0 commit comments

Comments
 (0)