0ada94ae by Jeff Balicki

fixes

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent c6489757
......@@ -17882,7 +17882,7 @@ p {
display: block;
}
table {
table:not(.ui-datepicker-calendar) {
margin: 2.5rem 0rem;
border: 0.25rem solid #fff !important;
background-color: #EAEDF1 !important;
......@@ -17891,28 +17891,23 @@ table {
border-collapse: collapse;
overflow-x: scroll;
}
table td, table th {
table:not(.ui-datepicker-calendar) td, table:not(.ui-datepicker-calendar) table th {
border: 0.25rem solid #FFFFFF !important;
padding: 0.4375rem 0.4375rem;
}
table tbody td {
table:not(.ui-datepicker-calendar) tbody td {
font-size: 1rem;
line-height: 1.25rem;
padding: 0.625rem 0.9375rem !important;
}
table tr:nth-child(even) {
table:not(.ui-datepicker-calendar) tr:nth-child(even) {
background: #FFFFFF !important;
}
table thead {
table:not(.ui-datepicker-calendar) thead {
background: #FFFFFF !important;
border: 0.25rem solid #fff !important;
}
table thead th {
table:not(.ui-datepicker-calendar) thead th {
font-size: 1rem;
line-height: 1.25rem;
font-weight: bold;
......@@ -17920,8 +17915,7 @@ table thead th {
border: 0.25rem solid #fff !important;
padding: 0.625rem 0.9375rem !important;
}
table thead th:first-child {
table:not(.ui-datepicker-calendar) thead th:first-child {
border-left: none;
}
......@@ -18633,6 +18627,11 @@ ul.sf_date_field .sf-datepicker {
}
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #e00;
color: #fff;
}
.search-results .search-field {
border: 0;
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.
......@@ -7513,7 +7513,7 @@
$('.searching-loading').show();
setTimeout(() => {
window.location.href = window.location.href;
}, "500");
}, "100");
});
$(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
}, "500");
}, "100");
});
......
......@@ -301,7 +301,7 @@ blockquote{
table {
table:not(.ui-datepicker-calendar) {
margin: 2.5rem 0rem;
border: 0.25rem solid #fff!important;
background-color: #EAEDF1 !important;
......@@ -309,25 +309,25 @@ table {
text-align: left;
border-collapse: collapse;
overflow-x: scroll;
}
table td, table th {
td, table th {
border: 0.25rem solid #FFFFFF !important;
padding: 0.4375rem 0.4375rem;
}
table tbody td {
tbody td {
font-size: 1rem;
line-height: 1.25rem;
padding: 0.625rem 0.9375rem !important;
}
table tr:nth-child(even) {
tr:nth-child(even) {
background: #FFFFFF !important;
}
table thead {
thead {
background: #FFFFFF !important;
border: 0.25rem solid #fff!important;
}
table thead th {
thead th {
font-size: 1rem;
line-height: 1.25rem;
font-weight: bold;
......@@ -335,8 +335,9 @@ table {
border: 0.25rem solid #fff!important;
padding: 0.625rem 0.9375rem !important;
}
table thead th:first-child {
thead th:first-child {
border-left: none;
}
}
\ No newline at end of file
......
......@@ -750,3 +750,10 @@ ul.sf_date_field {
}
}
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #e00;
color: #fff;
}
\ No newline at end of file
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.29
Version: 1.0.30
*/
......