make datatables page selector better in dark themes

pull/222/head
Aevann 2024-02-01 20:30:54 +02:00
parent 5c604c116e
commit aa209eda66
5 changed files with 20 additions and 0 deletions

View File

@ -42,3 +42,7 @@ lite-youtube, iframe {
code {
color: #f679b2;
}
.dataTables_wrapper .dataTables_length select {
background-color: black;
}

View File

@ -112,3 +112,7 @@ lite-youtube, iframe {
code {
color: #f679b2;
}
.dataTables_wrapper .dataTables_length select {
background-color: black;
}

View File

@ -165,3 +165,7 @@ lite-youtube, iframe {
code {
color: #f679b2;
}
.dataTables_wrapper .dataTables_length select {
background-color: black;
}

View File

@ -80,3 +80,7 @@ lite-youtube, iframe {
code {
color: #f679b2;
}
.dataTables_wrapper .dataTables_length select {
background-color: black;
}

View File

@ -242,3 +242,7 @@ lite-youtube, iframe {
code {
color: #f679b2;
}
.dataTables_wrapper .dataTables_length select {
background-color: black;
}