689817d6 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent d036b021
......@@ -17127,7 +17127,7 @@ ul.sf_date_field .sf-datepicker {
}
#advance-search-modal {
z-index: 9997;
z-index: 995;
position: fixed;
margin-top: 1%;
}
......@@ -17260,6 +17260,8 @@ ul.sf_date_field .sf-datepicker {
#advance-search-modal .searching-loading {
display: none;
font-size: 45px;
position: relative;
z-index: 995;
}
#advance-search-modal .spinner-border {
--bs-spinner-width: 3rem;
......@@ -17745,7 +17747,7 @@ ul.sf_date_field .sf-datepicker {
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.8);
z-index: 9995;
z-index: 994;
display: none;
}
......@@ -19524,7 +19526,7 @@ ul.sf_date_field .sf-datepicker {
#pojo-a11y-toolbar {
position: relative;
top: 1.25rem;
z-index: 999 !important;
z-index: 993 !important;
}
@media screen and (max-width: 62.5rem) {
#pojo-a11y-toolbar {
......@@ -19537,7 +19539,7 @@ ul.sf_date_field .sf-datepicker {
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
z-index: 999 !important;
z-index: 993 !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
......
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.
......@@ -22,7 +22,7 @@
#pojo-a11y-toolbar{
position: relative;
top: 1.25rem;
z-index: 999 !important;
z-index: 993 !important;
@media screen and (max-width: 62.5rem){
top: 0rem;
}
......@@ -32,7 +32,7 @@
right: 0rem !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{
z-index: 999 !important;
z-index: 993 !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
......
......@@ -506,7 +506,7 @@ ul.sf_date_field {
}
#advance-search-modal {
z-index: 9997;
z-index: 995;
position: fixed;
margin-top: 1%;
@media screen and (max-width: 56.25rem) {
......@@ -634,6 +634,8 @@ ul.sf_date_field {
.searching-loading{
display: none;
font-size: 45px;
position: relative;
z-index: 995;
}
.spinner-border{
--bs-spinner-width: 3rem;
......@@ -1182,7 +1184,7 @@ ul.sf_date_field {
top: 0;
left: 0;
background: rgba(0,0,0,.8);
z-index: 9995;
z-index: 994;
display: none;
}
\ No newline at end of file
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.41
Version: 1.0.42
*/
\ No newline at end of file
......