switches
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
12 changed files
with
50 additions
and
93 deletions
| ... | @@ -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; | ... | ... |
| ... | @@ -14,34 +14,34 @@ | ... | @@ -14,34 +14,34 @@ |
| 14 | top: 50%; | 14 | top: 50%; |
| 15 | left: 50%; | 15 | left: 50%; |
| 16 | transform: translate(-50%, -50%); | 16 | transform: translate(-50%, -50%); |
| 17 | } | 17 | } |
| 18 | } | 18 | } |
| 19 | .pojo-a11y-grayscale{ | 19 | .pojo-a11y-grayscale{ |
| 20 | 20 | ||
| 21 | } | 21 | } |
| 22 | #pojo-a11y-toolbar{ | 22 | #pojo-a11y-toolbar{ |
| 23 | position: absolute; | 23 | position: absolute; |
| 24 | top: 1.25rem; | 24 | top: 1.25rem; |
| 25 | @media screen and (max-width: 62.5rem){ | 25 | @media screen and (max-width: 62.5rem){ |
| 26 | top: 0rem; | 26 | top: 0rem; |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | } | 29 | } |
| 30 | #pojo-a11y-toolbar.pojo-a11y-toolbar-right{ | 30 | #pojo-a11y-toolbar.pojo-a11y-toolbar-right{ |
| 31 | right: 0rem !important; | 31 | right: 0rem !important; |
| 32 | } | 32 | } |
| 33 | #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{ | 33 | #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{ |
| 34 | 34 | z-index: 9999 !important; | |
| 35 | } | 35 | } |
| 36 | #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{ | 36 | #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{ |
| 37 | width: 12.5rem; | 37 | width: 12.5rem; |
| 38 | box-shadow:none !important; | 38 | box-shadow:none !important; |
| 39 | position: absolute; | 39 | position: absolute; |
| 40 | right: -16.875rem!important; | 40 | right: -16.875rem!important; |
| 41 | 41 | ||
| 42 | } | 42 | } |
| 43 | 43 | ||
| 44 | .pojo-a11y-toolbar-overlay { | 44 | .pojo-a11y-toolbar-overlay { |
| 45 | position: absolute; | 45 | position: absolute; |
| 46 | top: 3.125rem; | 46 | top: 3.125rem; |
| 47 | right: 0rem; | 47 | right: 0rem; |
| ... | @@ -52,19 +52,19 @@ | ... | @@ -52,19 +52,19 @@ |
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | 54 | ||
| 55 | } | 55 | } |
| 56 | 56 | ||
| 57 | 57 | ||
| 58 | #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg { | 58 | #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg { |
| 59 | max-width: inherit; | 59 | max-width: inherit; |
| 60 | border: 0.125rem #000 solid; | 60 | border: 0.125rem #000 solid; |
| 61 | border-radius: 50%; | 61 | border-radius: 50%; |
| 62 | padding: 0.1875rem; | 62 | padding: 0.1875rem; |
| 63 | height: 1.75rem; | 63 | height: 1.75rem; |
| 64 | width: 1.75rem; | 64 | width: 1.75rem; |
| 65 | } | 65 | } |
| 66 | 66 | ||
| 67 | .pojo-a11y-toolbar-open{ | 67 | .pojo-a11y-toolbar-open{ |
| 68 | z-index: 99999; | 68 | z-index: 99999; |
| 69 | .pojo-a11y-toolbar-toggle svg { | 69 | .pojo-a11y-toolbar-toggle svg { |
| 70 | border: 0.125rem #669999 solid !important; | 70 | border: 0.125rem #669999 solid !important; |
| ... | @@ -81,57 +81,42 @@ | ... | @@ -81,57 +81,42 @@ |
| 81 | display:block; | 81 | display:block; |
| 82 | 82 | ||
| 83 | } | 83 | } |
| 84 | } | 84 | } |
| 85 | #gt_float_wrapper .gt_float_switcher{ | 85 | #gt_float_wrapper .gt_float_switcher{ |
| 86 | background-color: transparent !important; | 86 | background-color: transparent !important; |
| 87 | } | 87 | } |
| 88 | 88 | ||
| 89 | [lang="zh-CN"]{ | 89 | [lang="zh-CN"]{ |
| 90 | #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{ | 90 | #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{ |
| 91 | right: -15rem!important; | 91 | right: -15rem!important; |
| 92 | } | 92 | } |
| 93 | } | 93 | } |
| 94 | .pojo-a11y-toolbar-text{ | 94 | .pojo-a11y-toolbar-text{ |
| 95 | font-size: 1rem; | 95 | font-size: 1rem; |
| 96 | } | 96 | } |
| 97 | 97 | ||
| 98 | .admin-bar{ | 98 | .admin-bar{ |
| 99 | #pojo-a11y-toolbar{ | 99 | #pojo-a11y-toolbar{ |
| 100 | top: 2.5rem !important; | 100 | top: 2.5rem !important; |
| 101 | } | 101 | } |
| 102 | } | 102 | } |
| 103 | 103 | ||
| 104 | .pojo-a11y-toolbar-link:hover { | 104 | .pojo-a11y-toolbar-link:hover { |
| 105 | .pojo-a11y-toolbar-text{ | 105 | .pojo-a11y-toolbar-text{ |
| 106 | text-decoration: underline; | 106 | text-decoration: underline; |
| 107 | } | 107 | } |
| 108 | } | 108 | } |
| 109 | 109 | ||
| 110 | .pojo-a11y-toolbar-toggle-link:hover{ | 110 | .pojo-a11y-toolbar-toggle-link:hover{ |
| 111 | color: #669999 !important; | 111 | color: #669999 !important; |
| 112 | svg { | 112 | svg { |
| 113 | border: 0.125rem #669999 solid !important; | 113 | border: 0.125rem #669999 solid !important; |
| 114 | } | 114 | } |
| 115 | 115 | ||
| 116 | } | 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{ | 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; | 118 | text-decoration: none; |
| 119 | } | 119 | } |
| 120 | |||
| 121 | #gt_float_wrapper{ | ||
| 122 | 120 | ||
| 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 | 121 | ||
| 133 | width: 200px; | ||
| 134 | z-index: 9999!important; | ||
| 135 | background-color: transparent; | ||
| 136 | 122 | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 137 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment