Prefer custom css for tntsearch results
This commit is contained in:
parent
78cf9171e7
commit
ca6017d465
@ -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
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user