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 {
#gt_float_wrapper:has(.gt_arrow_rotate) {
z-index: 9999 !important;
background: #fff;
}
.gt_float_switcher .gt-selected {
......@@ -20458,10 +20457,14 @@ ul.sf_date_field .sf-datepicker {
z-index: 9995 !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
background-color: transparent !important;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-open {
width: 200px;
z-index: 9999 !important;
background-color: #fff;
background-color: transparent;
}
.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 @@
}
#gt_float_wrapper:has(.gt_arrow_rotate){
z-index: 9999!important;
background: #fff;
// background: #fff;
}
.gt_float_switcher .gt-selected{
......
......@@ -125,11 +125,13 @@ border-radius: 0 0 0.625rem 0.625rem;
#pojo-a11y-toolbar{
z-index: 9995 !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
background-color:transparent !important;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-open{
width: 200px;
z-index: 9999!important;
background-color: #fff;
background-color: transparent;
}
\ No newline at end of file
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.457
Version: 1.0.458
*/
......