Skip to content

Commit 051f1bf

Browse files
authored
Merge pull request #390 from jenkinsci/table-headers-dark-theme
Fix heading of tables in dark mode
2 parents 87968bf + 39d6ac5 commit 051f1bf

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
/* ------------------------------------------------------------------------------------------------------------------- */
2-
/* DataTables Material Design */
3-
/* ------------------------------------------------------------------------------------------------------------------- */
1+
th.sorting, th.no-sort {
2+
color: var(--text-color);
3+
background: var(--table-background);
4+
}
45

5-
tfoot {
6+
table.dataTable tfoot td {
7+
color: var(--text-color);
8+
background: var(--table-background);
69
font-weight: bold;
710
}
811

0 commit comments

Comments
 (0)