Skip to content

Commit 0664e13

Browse files
authored
Merge pull request #391 from jenkinsci/table-headers-light
Use CSS background variable for table headers
2 parents 329f830 + 1598967 commit 0664e13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/webapp/css/jenkins-style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
th.sorting, th.no-sort {
1+
th.sorting, th.no-sort, th.nosort {
22
color: var(--text-color);
3-
background: var(--table-background);
3+
background: var(--background);
44
}
55

66
table.dataTable tfoot td {
77
color: var(--text-color);
8-
background: var(--table-background);
8+
background: var(--background);
99
font-weight: bold;
1010
}
1111

0 commit comments

Comments
 (0)