Update BetterSearchPage.plugin.js

This commit is contained in:
Mirco Wittrien 2022-12-10 11:37:14 +01:00
parent f02ef496a1
commit f985698bc5
1 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,9 @@ module.exports = (_ => {
${BDFDB.dotCN.searchresultspagination} {
background-color: var(--background-tertiary);
}
${BDFDB.dotCNS.searchresultspagination + BDFDB.dotCN.input} {
background-color: var(--background-floating);
}
${BDFDB.dotCNS.searchresultspagination + BDFDB.dotCN.paginationcontainer} {
margin-top: 0;
}