c6489757 by Jeff Balicki

key words

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent a1b14993
......@@ -18043,6 +18043,26 @@ table thead th:first-child {
display: block;
}
}
#search-wrapper #search-sidebar .select2-container--default .select2-selection--multiple,
#search-wrapper #search-sidebar .select2-selection__rendered {
background-color: #fff;
border: 1px solid #fff;
}
#search-wrapper #search-sidebar .select2-container--default.select2-container--focus .select2-selection--multiple {
border: 1px solid #fff;
}
#search-wrapper #search-sidebar .select2-search.select2-search--inline,
#search-wrapper #search-sidebar .select2-container {
width: 100% !important;
}
#search-wrapper #search-sidebar .select2-selection__choice {
width: auto !important;
}
#search-wrapper #search-sidebar .select2-container--default .select2-search--inline .select2-search__field {
width: 100% !important;
background-color: #fff;
height: 32px;
}
@media screen and (min-width: 62.5rem) {
#search-wrapper .collapse:not(.show) {
display: block;
......@@ -18320,11 +18340,25 @@ ul.sf_date_field .sf-datepicker {
z-index: 99;
}
}
#advance-search-modal .select2-container--default .select2-selection--multiple,
#advance-search-modal .select2-selection__rendered {
background-color: #f0f0f0;
border: 1px solid #f0f0f0;
}
#advance-search-modal .select2-container--default.select2-container--focus .select2-selection--multiple {
border: 1px solid #f0f0f0;
}
#advance-search-modal .select2-search.select2-search--inline,
#advance-search-modal .select2-container {
width: 100% !important;
}
#advance-search-modal .select2-selection__choice {
width: auto !important;
}
#advance-search-modal .select2-container--default .select2-search--inline .select2-search__field {
min-width: 200px !important;
width: 100% !important;
background-color: #fff;
height: 32px;
}
#advance-search-modal .searching-loading {
display: none;
......
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.
......@@ -7513,7 +7513,7 @@
$('.searching-loading').show();
setTimeout(() => {
window.location.href = window.location.href;
}, "2000");
}, "500");
});
$(document).on("click", ".advance-search-button", function (e) {
$('#search-box-content').addClass('show');
......
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.
......@@ -23,7 +23,7 @@ var Search = (function($) {
$('.searching-loading').show();
setTimeout(() => {
window.location.href = window.location.href
}, "2000");
}, "500");
});
......
......@@ -129,6 +129,28 @@
}
}
}
.select2-container--default .select2-selection--multiple,
.select2-selection__rendered{
background-color: #fff;
border: 1px solid #fff;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
border: 1px solid #fff;
}
.select2-search.select2-search--inline,
.select2-container{
width: 100% !important;
}
.select2-selection__choice{
width: auto !important;
}
.select2-container--default .select2-search--inline .select2-search__field{
width: 100% !important;
background-color: #fff;
height: 32px;
}
}
@media screen and (min-width: 62.5rem) {
......@@ -421,12 +443,26 @@ ul.sf_date_field {
margin-top: 9rem;
z-index: 99;
}
.select2-container--default .select2-selection--multiple,
.select2-selection__rendered{
background-color: #f0f0f0;
border: 1px solid #f0f0f0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
border: 1px solid #f0f0f0;
}
.select2-search.select2-search--inline,
.select2-container{
width: 100% !important;
}
.select2-selection__choice{
width: auto !important;
}
.select2-container--default .select2-search--inline .select2-search__field{
min-width: 200px !important;
width: 100% !important;
background-color: #fff;
height: 32px;
}
.searching-loading{
display: none;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.27
Version: 1.0.29
*/
......