d96069eb by Jeff Balicki

switch

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 326f6009
...@@ -20047,7 +20047,6 @@ ul.sf_date_field .sf-datepicker { ...@@ -20047,7 +20047,6 @@ ul.sf_date_field .sf-datepicker {
20047 20047
20048 #gt_float_wrapper:has(.gt_arrow_rotate) { 20048 #gt_float_wrapper:has(.gt_arrow_rotate) {
20049 z-index: 9999 !important; 20049 z-index: 9999 !important;
20050 background: #fff;
20051 } 20050 }
20052 20051
20053 .gt_float_switcher .gt-selected { 20052 .gt_float_switcher .gt-selected {
...@@ -20458,10 +20457,14 @@ ul.sf_date_field .sf-datepicker { ...@@ -20458,10 +20457,14 @@ ul.sf_date_field .sf-datepicker {
20458 z-index: 9995 !important; 20457 z-index: 9995 !important;
20459 } 20458 }
20460 20459
20460 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
20461 background-color: transparent !important;
20462 }
20463
20461 #pojo-a11y-toolbar.pojo-a11y-toolbar-open { 20464 #pojo-a11y-toolbar.pojo-a11y-toolbar-open {
20462 width: 200px; 20465 width: 200px;
20463 z-index: 9999 !important; 20466 z-index: 9999 !important;
20464 background-color: #fff; 20467 background-color: transparent;
20465 } 20468 }
20466 20469
20467 .pojo-a11y-resize-font-130 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row { 20470 .pojo-a11y-resize-font-130 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
......
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.
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
34 } 34 }
35 #gt_float_wrapper:has(.gt_arrow_rotate){ 35 #gt_float_wrapper:has(.gt_arrow_rotate){
36 z-index: 9999!important; 36 z-index: 9999!important;
37 background: #fff; 37 // background: #fff;
38 } 38 }
39 39
40 .gt_float_switcher .gt-selected{ 40 .gt_float_switcher .gt-selected{
......
...@@ -125,11 +125,13 @@ border-radius: 0 0 0.625rem 0.625rem; ...@@ -125,11 +125,13 @@ border-radius: 0 0 0.625rem 0.625rem;
125 #pojo-a11y-toolbar{ 125 #pojo-a11y-toolbar{
126 z-index: 9995 !important; 126 z-index: 9995 !important;
127 } 127 }
128 128 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
129 background-color:transparent !important;
130 }
129 #pojo-a11y-toolbar.pojo-a11y-toolbar-open{ 131 #pojo-a11y-toolbar.pojo-a11y-toolbar-open{
130 132
131 width: 200px; 133 width: 200px;
132 z-index: 9999!important; 134 z-index: 9999!important;
133 background-color: #fff; 135 background-color: transparent;
134 136
135 } 137 }
...\ 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.457 5 Version: 1.0.458
6 */ 6 */
7 7
......