search fix
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
20 additions
and
3 deletions
| ... | @@ -18890,6 +18890,13 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18890,6 +18890,13 @@ ul.sf_date_field .sf-datepicker { |
| 18890 | color: #fff; | 18890 | color: #fff; |
| 18891 | } | 18891 | } |
| 18892 | 18892 | ||
| 18893 | #search-filter-form-687 li { | ||
| 18894 | display: none !important; | ||
| 18895 | } | ||
| 18896 | #search-filter-form-687 .sf-field-search { | ||
| 18897 | display: inline-block !important; | ||
| 18898 | } | ||
| 18899 | |||
| 18893 | .search-results .search-field { | 18900 | .search-results .search-field { |
| 18894 | border: 0; | 18901 | border: 0; |
| 18895 | border-bottom: 0.0625rem solid #707070; | 18902 | border-bottom: 0.0625rem solid #707070; | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -990,4 +990,14 @@ ul.sf_date_field { | ... | @@ -990,4 +990,14 @@ ul.sf_date_field { |
| 990 | // left: 0px; | 990 | // left: 0px; |
| 991 | // } | 991 | // } |
| 992 | // } | 992 | // } |
| 993 | // } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 993 | // } | ||
| 994 | |||
| 995 | |||
| 996 | #search-filter-form-687{ | ||
| 997 | li{ | ||
| 998 | display: none !important; | ||
| 999 | } | ||
| 1000 | .sf-field-search{ | ||
| 1001 | display: inline-block !important; | ||
| 1002 | } | ||
| 1003 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment