Skip to content

Commit f871079

Browse files
committed
Make footer bold.
1 parent 3d2346e commit f871079

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ table.dataTable {
66
border-collapse: collapse !important;
77
}
88

9+
tfoot {
10+
font-weight: bold;
11+
}
12+
913
/* Change color of active pagination, to fit to the material blue grey css */
1014
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
1115
background-color: #b4b4b4;

0 commit comments

Comments
 (0)