We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87968bf commit 39d6ac5Copy full SHA for 39d6ac5
src/main/webapp/css/jenkins-style.css
@@ -1,8 +1,11 @@
1
-/* ------------------------------------------------------------------------------------------------------------------- */
2
-/* DataTables Material Design */
3
+th.sorting, th.no-sort {
+ color: var(--text-color);
+ background: var(--table-background);
4
+}
5
-tfoot {
6
+table.dataTable tfoot td {
7
8
9
font-weight: bold;
10
}
11
0 commit comments