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 @@ -468,6 +468,10 @@ QTabBar::tab {
468
468
margin-right: -0.05em;
469
469
}
470
470
471
+ QTabBar::tab:disabled {
472
+ color: @itemalternativebackground
473
+ }
474
+
471
475
QTabBar::tab:last
472
476
{
473
477
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
@@ -476,6 +476,10 @@ QTabBar::tab {
476
476
margin-right: -0.05em;
477
477
}
478
478
479
+ QTabBar::tab:disabled {
480
+ color: @itemdarkbackground;
481
+ }
482
+
479
483
QTabBar::tab:last
480
484
{
481
485
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