Skip to content

Commit dc5dda3

Browse files
authored
Merge pull request #1209 from peterbecich/datatables-paginate-colors
colors for paginate buttons and dataTables length, filter text
2 parents 2c83646 + cc6ecce commit dc5dda3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

datafiles/static/hackage.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,12 @@ table.fancy th {
10791079
table.dataTable.compact.fancy tbody td {
10801080
background: #333;
10811081
}
1082+
div#table_length.dataTables_length {
1083+
color: #fff
1084+
}
1085+
div#table_filter.dataTables_filter {
1086+
color: #fff
1087+
}
10821088
}
10831089

10841090
table.fancy td, table.properties td,
@@ -1163,6 +1169,9 @@ a.deprecated[href]:visited {
11631169
.paginator a {
11641170
color: #474747;
11651171
}
1172+
.paginate_button {
1173+
background-color: #979797;
1174+
}
11661175
}
11671176

11681177
@media (prefers-color-scheme: light) {

0 commit comments

Comments
 (0)