category page with pagination and filter

This commit is contained in:
Jonas Heinrich 2020-06-07 17:57:38 +02:00
parent 528ddcee31
commit dad25818b9
3 changed files with 45 additions and 4 deletions

View file

@ -139,3 +139,11 @@ h2.screen-reader-text {
.search-term {
background-color: yellow;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul li .current {
font-weight: bold;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul li {
font-weight: normal;
}