fb5a1a18 by Jeff Balicki

switches

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 71638638
...@@ -20014,7 +20014,6 @@ ul.sf_date_field .sf-datepicker { ...@@ -20014,7 +20014,6 @@ ul.sf_date_field .sf-datepicker {
20014 } 20014 }
20015 20015
20016 #gt_float_wrapper { 20016 #gt_float_wrapper {
20017 z-index: 9995 !important;
20018 right: 0rem !important; 20017 right: 0rem !important;
20019 } 20018 }
20020 @media screen and (max-width: 62.5rem) { 20019 @media screen and (max-width: 62.5rem) {
...@@ -20044,10 +20043,6 @@ ul.sf_date_field .sf-datepicker { ...@@ -20044,10 +20043,6 @@ ul.sf_date_field .sf-datepicker {
20044 display: none; 20043 display: none;
20045 } 20044 }
20046 20045
20047 #gt_float_wrapper:has(.gt_arrow_rotate) {
20048 z-index: 9999 !important;
20049 }
20050
20051 .gt_float_switcher .gt-selected { 20046 .gt_float_switcher .gt-selected {
20052 background-color: transparent !important; 20047 background-color: transparent !important;
20053 } 20048 }
...@@ -20377,6 +20372,10 @@ ul.sf_date_field .sf-datepicker { ...@@ -20377,6 +20372,10 @@ ul.sf_date_field .sf-datepicker {
20377 right: 0rem !important; 20372 right: 0rem !important;
20378 } 20373 }
20379 20374
20375 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
20376 z-index: 9999 !important;
20377 }
20378
20380 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a { 20379 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
20381 width: 12.5rem; 20380 width: 12.5rem;
20382 box-shadow: none !important; 20381 box-shadow: none !important;
...@@ -20453,24 +20452,6 @@ ul.sf_date_field .sf-datepicker { ...@@ -20453,24 +20452,6 @@ ul.sf_date_field .sf-datepicker {
20453 text-decoration: none; 20452 text-decoration: none;
20454 } 20453 }
20455 20454
20456 #gt_float_wrapper {
20457 border-radius: 0 0 0.625rem 0.625rem;
20458 }
20459
20460 #pojo-a11y-toolbar {
20461 z-index: 9995 !important;
20462 }
20463
20464 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
20465 background-color: transparent !important;
20466 }
20467
20468 #pojo-a11y-toolbar.pojo-a11y-toolbar-open {
20469 width: 200px;
20470 z-index: 9999 !important;
20471 background-color: transparent;
20472 }
20473
20474 .pojo-a11y-resize-font-130 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row { 20455 .pojo-a11y-resize-font-130 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
20475 height: 80vh; 20456 height: 80vh;
20476 overflow: scroll; 20457 overflow: scroll;
......
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.
...@@ -26246,15 +26246,12 @@ ...@@ -26246,15 +26246,12 @@
26246 document.addEventListener('wpcf7mailsent', function (event) { 26246 document.addEventListener('wpcf7mailsent', function (event) {
26247 jQuery('.appArea.responsive').hide(); 26247 jQuery('.appArea.responsive').hide();
26248 }, true); 26248 }, true);
26249 26249 jQuery(document).ready(function ($) {
26250 // jQuery(document).ready(function($) { 26250 $(document).on("click", ".pojo-a11y-toolbar-link", function (e) {
26251 // $(document).on("click", ".pojo-a11y-toolbar-link", function(e){ 26251 console.log('click');
26252 // console.log('click'); 26252 $('.gt_options').hasClass('gt-open') ? $('.gt_options').removeClass('gt-open') : $('.gt_options').addClass('gt-open');
26253 26253 });
26254 // $('.gt_options').hasClass('gt-open') ? $('.gt_options').removeClass('gt-open') : $('.gt_options').addClass('gt-open'); 26254 });
26255 // });
26256
26257 // });
26258 26255
26259 exports.Alert = alert$1; 26256 exports.Alert = alert$1;
26260 exports.Button = button; 26257 exports.Button = button;
......
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.
...@@ -62,12 +62,12 @@ document.addEventListener( 'wpcf7mailsent', function( event ) { ...@@ -62,12 +62,12 @@ document.addEventListener( 'wpcf7mailsent', function( event ) {
62 }, true ); 62 }, true );
63 63
64 64
65 // jQuery(document).ready(function($) { 65 jQuery(document).ready(function($) {
66 // $(document).on("click", ".pojo-a11y-toolbar-link", function(e){ 66 $(document).on("click", ".pojo-a11y-toolbar-link", function(e){
67 // console.log('click'); 67 console.log('click');
68 68
69 // $('.gt_options').hasClass('gt-open') ? $('.gt_options').removeClass('gt-open') : $('.gt_options').addClass('gt-open'); 69 $('.gt_options').hasClass('gt-open') ? $('.gt_options').removeClass('gt-open') : $('.gt_options').addClass('gt-open');
70 // }); 70 });
71 71
72 // }); 72 });
73 73
......
1 #gt_float_wrapper{ 1 #gt_float_wrapper{
2
3 z-index: 9995!important;
4 right: 0rem !important; 2 right: 0rem !important;
5 @media screen and (max-width: 62.5rem){ 3 @media screen and (max-width: 62.5rem){
6 top: 0rem !important; 4 top: 0rem !important;
...@@ -32,10 +30,6 @@ ...@@ -32,10 +30,6 @@
32 } 30 }
33 31
34 } 32 }
35 #gt_float_wrapper:has(.gt_arrow_rotate){
36 z-index: 9999!important;
37 // background: #fff;
38 }
39 33
40 .gt_float_switcher .gt-selected{ 34 .gt_float_switcher .gt-selected{
41 background-color: transparent !important; 35 background-color: transparent !important;
......
1 1
2 .pojo-a11y-grayscale{ 2 .pojo-a11y-grayscale{
3 // position: absolute !important; 3 // position: absolute !important;
4 // width: 100vw !important; 4 // width: 100vw !important;
5 overflow-y:scroll !important; 5 overflow-y:scroll !important;
6 .site{ 6 .site{
7 margin-top: 0px !important; 7 margin-top: 0px !important;
8 padding-top: 170px !important; 8 padding-top: 170px !important;
9 }
10 #advance-search-modal {
11 z-index: 999;
12 position: fixed;
13 margin-top: -8%;
14 top: 50%;
15 left: 50%;
16 transform: translate(-50%, -50%);
17 }
18 }
19 .pojo-a11y-grayscale{
20
21 }
22 #pojo-a11y-toolbar{
23 position: absolute;
24 top: 1.25rem;
25 @media screen and (max-width: 62.5rem){
26 top: 0rem;
27 }
28
29 }
30 #pojo-a11y-toolbar.pojo-a11y-toolbar-right{
31 right: 0rem !important;
32 }
33 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{
34
35 }
36 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
37 width: 12.5rem;
38 box-shadow:none !important;
39 position: absolute;
40 right: -16.875rem!important;
41
42 }
43
44 .pojo-a11y-toolbar-overlay {
45 position: absolute;
46 top: 3.125rem;
47 right: 0rem;
48 display: none;
49 border-radius: 0rem 0rem 0.625rem 0.625rem;
50 svg{
51 border: 0rem #669999 solid !important;
52 }
53
54
55 }
56
57
58 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
59 max-width: inherit;
60 border: 0.125rem #000 solid;
61 border-radius: 50%;
62 padding: 0.1875rem;
63 height: 1.75rem;
64 width: 1.75rem;
65 }
66
67 .pojo-a11y-toolbar-open{
68 z-index: 99999;
69 .pojo-a11y-toolbar-toggle svg {
70 border: 0.125rem #669999 solid !important;
71 color: #669999;
72 }
73 .pojo-a11y-toolbar-toggle a{
74 color: #669999;
75 text-decoration: none;
76 } 9 }
77 .pojo-a11y-toolbar-overlay {
78 position: absolute;
79 top: 3.125rem;
80 right: 0rem;
81 display:block;
82
83 }
84 }
85 #gt_float_wrapper .gt_float_switcher{
86 background-color: transparent !important;
87 }
88
89 [lang="zh-CN"]{
90 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
91 right: -15rem!important;
92 }
93 }
94 .pojo-a11y-toolbar-text{
95 font-size: 1rem;
96 }
97
98 .admin-bar{
99 #pojo-a11y-toolbar{
100 top: 2.5rem !important;
101 }
102 }
103
104 .pojo-a11y-toolbar-link:hover {
105 .pojo-a11y-toolbar-text{
106 text-decoration: underline;
107 }
108 }
109
110 .pojo-a11y-toolbar-toggle-link:hover{
111 color: #669999 !important;
112 svg {
113 border: 0.125rem #669999 solid !important;
114 }
115
116 }
117 #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{
118 text-decoration: none;
119 }
120
121 #gt_float_wrapper{
122
123 border-radius: 0 0 0.625rem 0.625rem;
124 }
125 #pojo-a11y-toolbar{
126 z-index: 9995 !important;
127 }
128 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
129 background-color:transparent !important;
130 }
131 #pojo-a11y-toolbar.pojo-a11y-toolbar-open{
132
133 width: 200px;
134 z-index: 9999!important;
135 background-color: transparent;
136
137 }
...\ No newline at end of file ...\ No newline at end of file
10 #advance-search-modal {
11 z-index: 999;
12 position: fixed;
13 margin-top: -8%;
14 top: 50%;
15 left: 50%;
16 transform: translate(-50%, -50%);
17 }
18 }
19 .pojo-a11y-grayscale{
20
21 }
22 #pojo-a11y-toolbar{
23 position: absolute;
24 top: 1.25rem;
25 @media screen and (max-width: 62.5rem){
26 top: 0rem;
27 }
28
29 }
30 #pojo-a11y-toolbar.pojo-a11y-toolbar-right{
31 right: 0rem !important;
32 }
33 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{
34 z-index: 9999 !important;
35 }
36 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
37 width: 12.5rem;
38 box-shadow:none !important;
39 position: absolute;
40 right: -16.875rem!important;
41
42 }
43
44 .pojo-a11y-toolbar-overlay {
45 position: absolute;
46 top: 3.125rem;
47 right: 0rem;
48 display: none;
49 border-radius: 0rem 0rem 0.625rem 0.625rem;
50 svg{
51 border: 0rem #669999 solid !important;
52 }
53
54
55 }
56
57
58 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
59 max-width: inherit;
60 border: 0.125rem #000 solid;
61 border-radius: 50%;
62 padding: 0.1875rem;
63 height: 1.75rem;
64 width: 1.75rem;
65 }
66
67 .pojo-a11y-toolbar-open{
68 z-index: 99999;
69 .pojo-a11y-toolbar-toggle svg {
70 border: 0.125rem #669999 solid !important;
71 color: #669999;
72 }
73 .pojo-a11y-toolbar-toggle a{
74 color: #669999;
75 text-decoration: none;
76 }
77 .pojo-a11y-toolbar-overlay {
78 position: absolute;
79 top: 3.125rem;
80 right: 0rem;
81 display:block;
82
83 }
84 }
85 #gt_float_wrapper .gt_float_switcher{
86 background-color: transparent !important;
87 }
88
89 [lang="zh-CN"]{
90 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
91 right: -15rem!important;
92 }
93 }
94 .pojo-a11y-toolbar-text{
95 font-size: 1rem;
96 }
97
98 .admin-bar{
99 #pojo-a11y-toolbar{
100 top: 2.5rem !important;
101 }
102 }
103
104 .pojo-a11y-toolbar-link:hover {
105 .pojo-a11y-toolbar-text{
106 text-decoration: underline;
107 }
108 }
109
110 .pojo-a11y-toolbar-toggle-link:hover{
111 color: #669999 !important;
112 svg {
113 border: 0.125rem #669999 solid !important;
114 }
115
116 }
117 #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{
118 text-decoration: none;
119 }
120
121
122
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
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.465 5 Version: 1.0.466
6 */ 6 */
7 7
......