Skip to content

Commit e922a1e

Browse files
Vautour, AndréVautour, André
authored andcommitted
Updated the title label styling in all of the stylesheets.
1 parent 66e10e0 commit e922a1e

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

src/stylesheets/default_linux.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ ads--CTitleBarButton {
3939
}
4040

4141

42+
#autoHideTitleLabel {
43+
padding-left: 4px;
44+
color: palette(foreground);
45+
}
46+
47+
4248
#tabsMenuButton {
4349
qproperty-icon: url(:/ads/images/tabs-menu-button.svg);
4450
qproperty-iconSize: 16px;
@@ -88,6 +94,12 @@ ads--CDockWidgetTab[activeTab="true"] QLabel {
8894
}
8995

9096

97+
#autoHideTitleLabel {
98+
padding-left: 4px;
99+
color: palette(foreground);
100+
}
101+
102+
91103
#tabCloseButton {
92104
margin-top: 2px;
93105
background: none;
@@ -314,7 +326,7 @@ ads--CAutoHideDockContainer ads--CDockAreaWidget[focused="true"] ads--CDockAreaT
314326
}
315327

316328

317-
#autoHideTitleLabel {
329+
ads--CAutoHideDockContainer #autoHideTitleLabel {
318330
padding-left: 4px;
319331
color: palette(light);
320332
}

src/stylesheets/focus_highlighting.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ ads--CDockWidgetTab[activeTab="true"] QLabel {
9595
color: palette(foreground);
9696
}
9797

98+
#autoHideTitleLabel {
99+
padding-left: 4px;
100+
color: palette(foreground);
101+
}
98102

99103
#tabCloseButton {
100104
margin-top: 2px;
@@ -316,7 +320,7 @@ ads--CAutoHideDockContainer ads--CDockAreaWidget[focused="true"] ads--CDockAreaT
316320
}
317321

318322

319-
#autoHideTitleLabel {
323+
ads--CAutoHideDockContainer #autoHideTitleLabel {
320324
padding-left: 4px;
321325
color: palette(light);
322326
}

src/stylesheets/focus_highlighting_linux.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ ads--CTitleBarButton {
4040
}
4141

4242

43+
#autoHideTitleLabel {
44+
padding-left: 4px;
45+
color: palette(foreground);
46+
}
47+
48+
4349
#tabsMenuButton {
4450
qproperty-icon: url(:/ads/images/tabs-menu-button.svg);
4551
qproperty-iconSize: 16px;
@@ -391,7 +397,7 @@ ads--CAutoHideDockContainer ads--CDockAreaWidget[focused="true"] ads--CDockAreaT
391397
}
392398

393399

394-
#autoHideTitleLabel {
400+
ads--CAutoHideDockContainer #autoHideTitleLabel {
395401
padding-left: 4px;
396402
color: palette(light);
397403
}

0 commit comments

Comments
 (0)