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.
2 parents 2c83646 + cc6ecce commit dc5dda3Copy full SHA for dc5dda3
datafiles/static/hackage.css
@@ -1079,6 +1079,12 @@ table.fancy th {
1079
table.dataTable.compact.fancy tbody td {
1080
background: #333;
1081
}
1082
+ div#table_length.dataTables_length {
1083
+ color: #fff
1084
+ }
1085
+ div#table_filter.dataTables_filter {
1086
1087
1088
1089
1090
table.fancy td, table.properties td,
@@ -1163,6 +1169,9 @@ a.deprecated[href]:visited {
1163
1169
.paginator a {
1164
1170
color: #474747;
1165
1171
1172
+ .paginate_button {
1173
+ background-color: #979797;
1174
1166
1175
1167
1176
1168
1177
@media (prefers-color-scheme: light) {
0 commit comments