Prefer custom css for tntsearch results

This commit is contained in:
exu 2024-09-18 19:40:53 +02:00
parent 78cf9171e7
commit ca6017d465
3 changed files with 9 additions and 9 deletions

View File

@ -993,9 +993,9 @@ thead {
color: #fff; }
.tntsearch-dropdown ~ .tntsearch-results .row {
width: auto;
background: #724879;
padding: 5px;
width: auto !important;
background: #724879 !important;
padding: 5px !important;
text-align: left;
color: #dddddd; }

File diff suppressed because one or more lines are too long

View File

@ -12,11 +12,11 @@
}
}
// !important required for some elements to override included CSS
.tntsearch-dropdown ~ .tntsearch-results .row {
width: auto;
background: #724879;
padding: 5px;
width: auto !important;
background: #724879 !important;
padding: 5px !important;
text-align: left;
color: #dddddd;
}
}