File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -473,6 +473,10 @@ QTabBar::tab {
473
473
margin-right: -0.05em;
474
474
}
475
475
476
+ QTabBar::tab:disabled {
477
+ color: @itemalternativebackground
478
+ }
479
+
476
480
QTabBar::tab:last
477
481
{
478
482
margin-right: 0; /* the last selected tab has nothing to overlap with on the right */
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ QMenu::item:checked
114
114
115
115
QWidget:disabled, QWidget:editable:disabled
116
116
{
117
- color: #404040 ;
117
+ color: @itemdarkbackground ;
118
118
background-color: @background;
119
119
}
120
120
@@ -481,6 +481,10 @@ QTabBar::tab {
481
481
margin-right: -0.05em;
482
482
}
483
483
484
+ QTabBar::tab:disabled {
485
+ color: @itemdarkbackground;
486
+ }
487
+
484
488
QTabBar::tab:last
485
489
{
486
490
margin-right: 0; /* the last selected tab has nothing to overlap with on the right */
You can’t perform that action at this time.
0 commit comments