Prefer custom css for tntsearch results
This commit is contained in:
parent
78cf9171e7
commit
ca6017d465
@ -993,9 +993,9 @@ thead {
|
|||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
.tntsearch-dropdown ~ .tntsearch-results .row {
|
.tntsearch-dropdown ~ .tntsearch-results .row {
|
||||||
width: auto;
|
width: auto !important;
|
||||||
background: #724879;
|
background: #724879 !important;
|
||||||
padding: 5px;
|
padding: 5px !important;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #dddddd; }
|
color: #dddddd; }
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@ -12,11 +12,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// !important required for some elements to override included CSS
|
||||||
.tntsearch-dropdown ~ .tntsearch-results .row {
|
.tntsearch-dropdown ~ .tntsearch-results .row {
|
||||||
width: auto;
|
width: auto !important;
|
||||||
background: #724879;
|
background: #724879 !important;
|
||||||
padding: 5px;
|
padding: 5px !important;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #dddddd;
|
color: #dddddd;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user