9f8e8c2f by Jeff Balicki

FIXES

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 0ada94ae
......@@ -18056,6 +18056,7 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
width: 100% !important;
background-color: #fff;
height: 32px;
border: solid 1px #bebebe !important;
}
@media screen and (min-width: 62.5rem) {
#search-wrapper .collapse:not(.show) {
......@@ -18353,6 +18354,7 @@ ul.sf_date_field .sf-datepicker {
width: 100% !important;
background-color: #fff;
height: 32px;
border: solid 1px #bebebe !important;
}
#advance-search-modal .searching-loading {
display: none;
......@@ -18627,6 +18629,10 @@ ul.sf_date_field .sf-datepicker {
}
}
.select2-container .select2-search--inline .select2-search__field {
padding-left: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #e00;
color: #fff;
......
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.
......@@ -149,6 +149,7 @@
width: 100% !important;
background-color: #fff;
height: 32px;
border:solid 1px #bebebe !important;
}
}
......@@ -463,6 +464,7 @@ ul.sf_date_field {
width: 100% !important;
background-color: #fff;
height: 32px;
border:solid 1px #bebebe !important;
}
.searching-loading{
display: none;
......@@ -751,7 +753,9 @@ ul.sf_date_field {
}
}
.select2-container .select2-search--inline .select2-search__field{
padding-left: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #e00;
......