File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff line change @@ -339,6 +339,8 @@ QTabBar::tab:!selected {
339339
340340/* Styling for selected tab bar tab */
341341QTabBar::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 */
You can’t perform that action at this time.
0 commit comments