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 { ...@@ -17127,7 +17127,7 @@ ul.sf_date_field .sf-datepicker {
17127 } 17127 }
17128 17128
17129 #advance-search-modal { 17129 #advance-search-modal {
17130 z-index: 9997; 17130 z-index: 995;
17131 position: fixed; 17131 position: fixed;
17132 margin-top: 1%; 17132 margin-top: 1%;
17133 } 17133 }
...@@ -17260,6 +17260,8 @@ ul.sf_date_field .sf-datepicker { ...@@ -17260,6 +17260,8 @@ ul.sf_date_field .sf-datepicker {
17260 #advance-search-modal .searching-loading { 17260 #advance-search-modal .searching-loading {
17261 display: none; 17261 display: none;
17262 font-size: 45px; 17262 font-size: 45px;
17263 position: relative;
17264 z-index: 995;
17263 } 17265 }
17264 #advance-search-modal .spinner-border { 17266 #advance-search-modal .spinner-border {
17265 --bs-spinner-width: 3rem; 17267 --bs-spinner-width: 3rem;
...@@ -17745,7 +17747,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -17745,7 +17747,7 @@ ul.sf_date_field .sf-datepicker {
17745 top: 0; 17747 top: 0;
17746 left: 0; 17748 left: 0;
17747 background: rgba(0, 0, 0, 0.8); 17749 background: rgba(0, 0, 0, 0.8);
17748 z-index: 9995; 17750 z-index: 994;
17749 display: none; 17751 display: none;
17750 } 17752 }
17751 17753
...@@ -19524,7 +19526,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -19524,7 +19526,7 @@ ul.sf_date_field .sf-datepicker {
19524 #pojo-a11y-toolbar { 19526 #pojo-a11y-toolbar {
19525 position: relative; 19527 position: relative;
19526 top: 1.25rem; 19528 top: 1.25rem;
19527 z-index: 999 !important; 19529 z-index: 993 !important;
19528 } 19530 }
19529 @media screen and (max-width: 62.5rem) { 19531 @media screen and (max-width: 62.5rem) {
19530 #pojo-a11y-toolbar { 19532 #pojo-a11y-toolbar {
...@@ -19537,7 +19539,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -19537,7 +19539,7 @@ ul.sf_date_field .sf-datepicker {
19537 } 19539 }
19538 19540
19539 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle { 19541 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
19540 z-index: 999 !important; 19542 z-index: 993 !important;
19541 } 19543 }
19542 19544
19543 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a { 19545 #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 @@ ...@@ -22,7 +22,7 @@
22 #pojo-a11y-toolbar{ 22 #pojo-a11y-toolbar{
23 position: relative; 23 position: relative;
24 top: 1.25rem; 24 top: 1.25rem;
25 z-index: 999 !important; 25 z-index: 993 !important;
26 @media screen and (max-width: 62.5rem){ 26 @media screen and (max-width: 62.5rem){
27 top: 0rem; 27 top: 0rem;
28 } 28 }
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
32 right: 0rem !important; 32 right: 0rem !important;
33 } 33 }
34 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{ 34 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{
35 z-index: 999 !important; 35 z-index: 993 !important;
36 36
37 } 37 }
38 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{ 38 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
......
...@@ -506,7 +506,7 @@ ul.sf_date_field { ...@@ -506,7 +506,7 @@ ul.sf_date_field {
506 } 506 }
507 507
508 #advance-search-modal { 508 #advance-search-modal {
509 z-index: 9997; 509 z-index: 995;
510 position: fixed; 510 position: fixed;
511 margin-top: 1%; 511 margin-top: 1%;
512 @media screen and (max-width: 56.25rem) { 512 @media screen and (max-width: 56.25rem) {
...@@ -634,6 +634,8 @@ ul.sf_date_field { ...@@ -634,6 +634,8 @@ ul.sf_date_field {
634 .searching-loading{ 634 .searching-loading{
635 display: none; 635 display: none;
636 font-size: 45px; 636 font-size: 45px;
637 position: relative;
638 z-index: 995;
637 } 639 }
638 .spinner-border{ 640 .spinner-border{
639 --bs-spinner-width: 3rem; 641 --bs-spinner-width: 3rem;
...@@ -1182,7 +1184,7 @@ ul.sf_date_field { ...@@ -1182,7 +1184,7 @@ ul.sf_date_field {
1182 top: 0; 1184 top: 0;
1183 left: 0; 1185 left: 0;
1184 background: rgba(0,0,0,.8); 1186 background: rgba(0,0,0,.8);
1185 z-index: 9995; 1187 z-index: 994;
1186 display: none; 1188 display: none;
1187 1189
1188 } 1190 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.41 5 Version: 1.0.42
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......