SEARCH FIX
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
85 additions
and
67 deletions
| ... | @@ -181,10 +181,8 @@ p { | ... | @@ -181,10 +181,8 @@ p { |
| 181 | } | 181 | } |
| 182 | 182 | ||
| 183 | abbr[title] { | 183 | abbr[title] { |
| 184 | -webkit-text-decoration: underline dotted; | ||
| 185 | text-decoration: underline dotted; | 184 | text-decoration: underline dotted; |
| 186 | cursor: help; | 185 | cursor: help; |
| 187 | -webkit-text-decoration-skip-ink: none; | ||
| 188 | text-decoration-skip-ink: none; | 186 | text-decoration-skip-ink: none; |
| 189 | } | 187 | } |
| 190 | 188 | ||
| ... | @@ -2033,8 +2031,6 @@ progress { | ... | @@ -2033,8 +2031,6 @@ progress { |
| 2033 | background-color: #fff; | 2031 | background-color: #fff; |
| 2034 | background-clip: padding-box; | 2032 | background-clip: padding-box; |
| 2035 | border: 1px solid #ced4da; | 2033 | border: 1px solid #ced4da; |
| 2036 | -webkit-appearance: none; | ||
| 2037 | -moz-appearance: none; | ||
| 2038 | appearance: none; | 2034 | appearance: none; |
| 2039 | border-radius: 0.375rem; | 2035 | border-radius: 0.375rem; |
| 2040 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | 2036 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| ... | @@ -2117,10 +2113,6 @@ progress { | ... | @@ -2117,10 +2113,6 @@ progress { |
| 2117 | .wpcf7 textarea::-webkit-date-and-time-value { | 2113 | .wpcf7 textarea::-webkit-date-and-time-value { |
| 2118 | height: 1.5em; | 2114 | height: 1.5em; |
| 2119 | } | 2115 | } |
| 2120 | .form-control::-moz-placeholder, .wpcf7 .wpcf7-validation-errors::-moz-placeholder, .wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=search]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder, .wpcf7 input[type=range]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 input[type=month]::-moz-placeholder, .wpcf7 input[type=week]::-moz-placeholder, .wpcf7 input[type=time]::-moz-placeholder, .wpcf7 input[type=datetime]::-moz-placeholder, .wpcf7 input[type=datetime-local]::-moz-placeholder, .wpcf7 input[type=color]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=file]::-moz-placeholder, .wpcf7 input[type=submit]::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder { | ||
| 2121 | color: #6c757d; | ||
| 2122 | opacity: 1; | ||
| 2123 | } | ||
| 2124 | .form-control::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type=text]::placeholder, | 2116 | .form-control::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type=text]::placeholder, |
| 2125 | .wpcf7 input[type=search]::placeholder, | 2117 | .wpcf7 input[type=search]::placeholder, |
| 2126 | .wpcf7 input[type=url]::placeholder, | 2118 | .wpcf7 input[type=url]::placeholder, |
| ... | @@ -2183,7 +2175,6 @@ progress { | ... | @@ -2183,7 +2175,6 @@ progress { |
| 2183 | .wpcf7 textarea::file-selector-button { | 2175 | .wpcf7 textarea::file-selector-button { |
| 2184 | padding: 0.375rem 0.75rem; | 2176 | padding: 0.375rem 0.75rem; |
| 2185 | margin: -0.375rem -0.75rem; | 2177 | margin: -0.375rem -0.75rem; |
| 2186 | -webkit-margin-end: 0.75rem; | ||
| 2187 | margin-inline-end: 0.75rem; | 2178 | margin-inline-end: 0.75rem; |
| 2188 | color: #212529; | 2179 | color: #212529; |
| 2189 | background-color: #e9ecef; | 2180 | background-color: #e9ecef; |
| ... | @@ -2266,7 +2257,6 @@ progress { | ... | @@ -2266,7 +2257,6 @@ progress { |
| 2266 | .form-control-sm::file-selector-button { | 2257 | .form-control-sm::file-selector-button { |
| 2267 | padding: 0.25rem 0.5rem; | 2258 | padding: 0.25rem 0.5rem; |
| 2268 | margin: -0.25rem -0.5rem; | 2259 | margin: -0.25rem -0.5rem; |
| 2269 | -webkit-margin-end: 0.5rem; | ||
| 2270 | margin-inline-end: 0.5rem; | 2260 | margin-inline-end: 0.5rem; |
| 2271 | } | 2261 | } |
| 2272 | 2262 | ||
| ... | @@ -2279,7 +2269,6 @@ progress { | ... | @@ -2279,7 +2269,6 @@ progress { |
| 2279 | .form-control-lg::file-selector-button { | 2269 | .form-control-lg::file-selector-button { |
| 2280 | padding: 0.5rem 1rem; | 2270 | padding: 0.5rem 1rem; |
| 2281 | margin: -0.5rem -1rem; | 2271 | margin: -0.5rem -1rem; |
| 2282 | -webkit-margin-end: 1rem; | ||
| 2283 | margin-inline-end: 1rem; | 2272 | margin-inline-end: 1rem; |
| 2284 | } | 2273 | } |
| 2285 | 2274 | ||
| ... | @@ -2333,8 +2322,6 @@ textarea.form-control-lg { | ... | @@ -2333,8 +2322,6 @@ textarea.form-control-lg { |
| 2333 | border: 1px solid #ced4da; | 2322 | border: 1px solid #ced4da; |
| 2334 | border-radius: 0.375rem; | 2323 | border-radius: 0.375rem; |
| 2335 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | 2324 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| 2336 | -webkit-appearance: none; | ||
| 2337 | -moz-appearance: none; | ||
| 2338 | appearance: none; | 2325 | appearance: none; |
| 2339 | } | 2326 | } |
| 2340 | @media (prefers-reduced-motion: reduce) { | 2327 | @media (prefers-reduced-motion: reduce) { |
| ... | @@ -2407,10 +2394,7 @@ textarea.form-control-lg { | ... | @@ -2407,10 +2394,7 @@ textarea.form-control-lg { |
| 2407 | background-position: center; | 2394 | background-position: center; |
| 2408 | background-size: contain; | 2395 | background-size: contain; |
| 2409 | border: 1px solid rgba(0, 0, 0, 0.25); | 2396 | border: 1px solid rgba(0, 0, 0, 0.25); |
| 2410 | -webkit-appearance: none; | ||
| 2411 | -moz-appearance: none; | ||
| 2412 | appearance: none; | 2397 | appearance: none; |
| 2413 | -webkit-print-color-adjust: exact; | ||
| 2414 | print-color-adjust: exact; | 2398 | print-color-adjust: exact; |
| 2415 | } | 2399 | } |
| 2416 | .form-check-input[type=checkbox] { | 2400 | .form-check-input[type=checkbox] { |
| ... | @@ -2505,8 +2489,6 @@ textarea.form-control-lg { | ... | @@ -2505,8 +2489,6 @@ textarea.form-control-lg { |
| 2505 | height: 1.5rem; | 2489 | height: 1.5rem; |
| 2506 | padding: 0; | 2490 | padding: 0; |
| 2507 | background-color: transparent; | 2491 | background-color: transparent; |
| 2508 | -webkit-appearance: none; | ||
| 2509 | -moz-appearance: none; | ||
| 2510 | appearance: none; | 2492 | appearance: none; |
| 2511 | } | 2493 | } |
| 2512 | .form-range:focus { | 2494 | .form-range:focus { |
| ... | @@ -2528,14 +2510,11 @@ textarea.form-control-lg { | ... | @@ -2528,14 +2510,11 @@ textarea.form-control-lg { |
| 2528 | background-color: #000; | 2510 | background-color: #000; |
| 2529 | border: 0; | 2511 | border: 0; |
| 2530 | border-radius: 1rem; | 2512 | border-radius: 1rem; |
| 2531 | -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | ||
| 2532 | transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | 2513 | transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| 2533 | -webkit-appearance: none; | ||
| 2534 | appearance: none; | 2514 | appearance: none; |
| 2535 | } | 2515 | } |
| 2536 | @media (prefers-reduced-motion: reduce) { | 2516 | @media (prefers-reduced-motion: reduce) { |
| 2537 | .form-range::-webkit-slider-thumb { | 2517 | .form-range::-webkit-slider-thumb { |
| 2538 | -webkit-transition: none; | ||
| 2539 | transition: none; | 2518 | transition: none; |
| 2540 | } | 2519 | } |
| 2541 | } | 2520 | } |
| ... | @@ -2557,14 +2536,11 @@ textarea.form-control-lg { | ... | @@ -2557,14 +2536,11 @@ textarea.form-control-lg { |
| 2557 | background-color: #000; | 2536 | background-color: #000; |
| 2558 | border: 0; | 2537 | border: 0; |
| 2559 | border-radius: 1rem; | 2538 | border-radius: 1rem; |
| 2560 | -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | ||
| 2561 | transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | 2539 | transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| 2562 | -moz-appearance: none; | ||
| 2563 | appearance: none; | 2540 | appearance: none; |
| 2564 | } | 2541 | } |
| 2565 | @media (prefers-reduced-motion: reduce) { | 2542 | @media (prefers-reduced-motion: reduce) { |
| 2566 | .form-range::-moz-range-thumb { | 2543 | .form-range::-moz-range-thumb { |
| 2567 | -moz-transition: none; | ||
| 2568 | transition: none; | 2544 | transition: none; |
| 2569 | } | 2545 | } |
| 2570 | } | 2546 | } |
| ... | @@ -2658,9 +2634,6 @@ textarea.form-control-lg { | ... | @@ -2658,9 +2634,6 @@ textarea.form-control-lg { |
| 2658 | .form-floating > .form-control-plaintext { | 2634 | .form-floating > .form-control-plaintext { |
| 2659 | padding: 1rem 0.75rem; | 2635 | padding: 1rem 0.75rem; |
| 2660 | } | 2636 | } |
| 2661 | .form-floating > .form-control::-moz-placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::-moz-placeholder, .wpcf7 .form-floating > input[type=text]::-moz-placeholder, .wpcf7 .form-floating > input[type=search]::-moz-placeholder, .wpcf7 .form-floating > input[type=url]::-moz-placeholder, .wpcf7 .form-floating > input[type=tel]::-moz-placeholder, .wpcf7 .form-floating > input[type=number]::-moz-placeholder, .wpcf7 .form-floating > input[type=range]::-moz-placeholder, .wpcf7 .form-floating > input[type=date]::-moz-placeholder, .wpcf7 .form-floating > input[type=month]::-moz-placeholder, .wpcf7 .form-floating > input[type=week]::-moz-placeholder, .wpcf7 .form-floating > input[type=time]::-moz-placeholder, .wpcf7 .form-floating > input[type=datetime]::-moz-placeholder, .wpcf7 .form-floating > input[type=datetime-local]::-moz-placeholder, .wpcf7 .form-floating > input[type=color]::-moz-placeholder, .wpcf7 .form-floating > input[type=email]::-moz-placeholder, .wpcf7 .form-floating > input[type=file]::-moz-placeholder, .wpcf7 .form-floating > input[type=submit]::-moz-placeholder, .wpcf7 .form-floating > select::-moz-placeholder, .wpcf7 .form-floating > textarea::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder { | ||
| 2662 | color: transparent; | ||
| 2663 | } | ||
| 2664 | .form-floating > .form-control::placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::placeholder, .wpcf7 .form-floating > input[type=text]::placeholder, | 2637 | .form-floating > .form-control::placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::placeholder, .wpcf7 .form-floating > input[type=text]::placeholder, |
| 2665 | .wpcf7 .form-floating > input[type=search]::placeholder, | 2638 | .wpcf7 .form-floating > input[type=search]::placeholder, |
| 2666 | .wpcf7 .form-floating > input[type=url]::placeholder, | 2639 | .wpcf7 .form-floating > input[type=url]::placeholder, |
| ... | @@ -2682,10 +2655,6 @@ textarea.form-control-lg { | ... | @@ -2682,10 +2655,6 @@ textarea.form-control-lg { |
| 2682 | .form-floating > .form-control-plaintext::placeholder { | 2655 | .form-floating > .form-control-plaintext::placeholder { |
| 2683 | color: transparent; | 2656 | color: transparent; |
| 2684 | } | 2657 | } |
| 2685 | .form-floating > .form-control:not(:-moz-placeholder-shown), .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=text]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=search]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=url]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=tel]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=number]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=range]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=date]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=month]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=week]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=time]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=datetime]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=datetime-local]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=color]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=email]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=file]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=submit]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > select:not(:-moz-placeholder-shown), .wpcf7 .form-floating > textarea:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) { | ||
| 2686 | padding-top: 1.625rem; | ||
| 2687 | padding-bottom: 0.625rem; | ||
| 2688 | } | ||
| 2689 | .form-floating > .form-control:focus, .wpcf7 .form-floating > .wpcf7-validation-errors:focus, .wpcf7 .form-floating > input[type=text]:focus, | 2658 | .form-floating > .form-control:focus, .wpcf7 .form-floating > .wpcf7-validation-errors:focus, .wpcf7 .form-floating > input[type=text]:focus, |
| 2690 | .wpcf7 .form-floating > input[type=search]:focus, | 2659 | .wpcf7 .form-floating > input[type=search]:focus, |
| 2691 | .wpcf7 .form-floating > input[type=url]:focus, | 2660 | .wpcf7 .form-floating > input[type=url]:focus, |
| ... | @@ -2752,10 +2721,6 @@ textarea.form-control-lg { | ... | @@ -2752,10 +2721,6 @@ textarea.form-control-lg { |
| 2752 | padding-top: 1.625rem; | 2721 | padding-top: 1.625rem; |
| 2753 | padding-bottom: 0.625rem; | 2722 | padding-bottom: 0.625rem; |
| 2754 | } | 2723 | } |
| 2755 | .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=search]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=url]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=number]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=range]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=date]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=month]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=week]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=time]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=datetime]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=datetime-local]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=color]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=file]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=submit]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > select:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > textarea:not(:-moz-placeholder-shown) ~ label { | ||
| 2756 | opacity: 0.65; | ||
| 2757 | transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); | ||
| 2758 | } | ||
| 2759 | .form-floating > .form-control:focus ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:focus ~ label, .wpcf7 .form-floating > input[type=text]:focus ~ label, | 2724 | .form-floating > .form-control:focus ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:focus ~ label, .wpcf7 .form-floating > input[type=text]:focus ~ label, |
| 2760 | .wpcf7 .form-floating > input[type=search]:focus ~ label, | 2725 | .wpcf7 .form-floating > input[type=search]:focus ~ label, |
| 2761 | .wpcf7 .form-floating > input[type=url]:focus ~ label, | 2726 | .wpcf7 .form-floating > input[type=url]:focus ~ label, |
| ... | @@ -3561,8 +3526,6 @@ textarea.form-control-lg { | ... | @@ -3561,8 +3526,6 @@ textarea.form-control-lg { |
| 3561 | text-decoration: none; | 3526 | text-decoration: none; |
| 3562 | vertical-align: middle; | 3527 | vertical-align: middle; |
| 3563 | cursor: pointer; | 3528 | cursor: pointer; |
| 3564 | -webkit-user-select: none; | ||
| 3565 | -moz-user-select: none; | ||
| 3566 | user-select: none; | 3529 | user-select: none; |
| 3567 | border: var(--bs-btn-border-width) solid var(--bs-btn-border-color); | 3530 | border: var(--bs-btn-border-width) solid var(--bs-btn-border-color); |
| 3568 | border-radius: var(--bs-btn-border-radius); | 3531 | border-radius: var(--bs-btn-border-radius); |
| ... | @@ -5977,8 +5940,6 @@ textarea.form-control-lg { | ... | @@ -5977,8 +5940,6 @@ textarea.form-control-lg { |
| 5977 | } | 5940 | } |
| 5978 | .btn-close:disabled, .btn-close.disabled { | 5941 | .btn-close:disabled, .btn-close.disabled { |
| 5979 | pointer-events: none; | 5942 | pointer-events: none; |
| 5980 | -webkit-user-select: none; | ||
| 5981 | -moz-user-select: none; | ||
| 5982 | user-select: none; | 5943 | user-select: none; |
| 5983 | opacity: 0.25; | 5944 | opacity: 0.25; |
| 5984 | } | 5945 | } |
| ... | @@ -6025,7 +5986,6 @@ textarea.form-control-lg { | ... | @@ -6025,7 +5986,6 @@ textarea.form-control-lg { |
| 6025 | --bs-toast-zindex: 1090; | 5986 | --bs-toast-zindex: 1090; |
| 6026 | position: absolute; | 5987 | position: absolute; |
| 6027 | z-index: var(--bs-toast-zindex); | 5988 | z-index: var(--bs-toast-zindex); |
| 6028 | width: -moz-max-content; | ||
| 6029 | width: max-content; | 5989 | width: max-content; |
| 6030 | max-width: 100%; | 5990 | max-width: 100%; |
| 6031 | pointer-events: none; | 5991 | pointer-events: none; |
| ... | @@ -6631,7 +6591,6 @@ textarea.form-control-lg { | ... | @@ -6631,7 +6591,6 @@ textarea.form-control-lg { |
| 6631 | float: left; | 6591 | float: left; |
| 6632 | width: 100%; | 6592 | width: 100%; |
| 6633 | margin-right: -100%; | 6593 | margin-right: -100%; |
| 6634 | -webkit-backface-visibility: hidden; | ||
| 6635 | backface-visibility: hidden; | 6594 | backface-visibility: hidden; |
| 6636 | transition: transform 0.6s ease-in-out; | 6595 | transition: transform 0.6s ease-in-out; |
| 6637 | } | 6596 | } |
| ... | @@ -7458,16 +7417,13 @@ textarea.form-control-lg { | ... | @@ -7458,16 +7417,13 @@ textarea.form-control-lg { |
| 7458 | } | 7417 | } |
| 7459 | } | 7418 | } |
| 7460 | .placeholder-wave { | 7419 | .placeholder-wave { |
| 7461 | -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); | ||
| 7462 | mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); | 7420 | mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); |
| 7463 | -webkit-mask-size: 200% 100%; | ||
| 7464 | mask-size: 200% 100%; | 7421 | mask-size: 200% 100%; |
| 7465 | animation: placeholder-wave 2s linear infinite; | 7422 | animation: placeholder-wave 2s linear infinite; |
| 7466 | } | 7423 | } |
| 7467 | 7424 | ||
| 7468 | @keyframes placeholder-wave { | 7425 | @keyframes placeholder-wave { |
| 7469 | 100% { | 7426 | 100% { |
| 7470 | -webkit-mask-position: -200% 0%; | ||
| 7471 | mask-position: -200% 0%; | 7427 | mask-position: -200% 0%; |
| 7472 | } | 7428 | } |
| 7473 | } | 7429 | } |
| ... | @@ -9032,20 +8988,14 @@ textarea.form-control-lg { | ... | @@ -9032,20 +8988,14 @@ textarea.form-control-lg { |
| 9032 | } | 8988 | } |
| 9033 | 8989 | ||
| 9034 | .user-select-all { | 8990 | .user-select-all { |
| 9035 | -webkit-user-select: all !important; | ||
| 9036 | -moz-user-select: all !important; | ||
| 9037 | user-select: all !important; | 8991 | user-select: all !important; |
| 9038 | } | 8992 | } |
| 9039 | 8993 | ||
| 9040 | .user-select-auto { | 8994 | .user-select-auto { |
| 9041 | -webkit-user-select: auto !important; | ||
| 9042 | -moz-user-select: auto !important; | ||
| 9043 | user-select: auto !important; | 8995 | user-select: auto !important; |
| 9044 | } | 8996 | } |
| 9045 | 8997 | ||
| 9046 | .user-select-none { | 8998 | .user-select-none { |
| 9047 | -webkit-user-select: none !important; | ||
| 9048 | -moz-user-select: none !important; | ||
| 9049 | user-select: none !important; | 8999 | user-select: none !important; |
| 9050 | } | 9000 | } |
| 9051 | 9001 | ||
| ... | @@ -11721,8 +11671,6 @@ body { | ... | @@ -11721,8 +11671,6 @@ body { |
| 11721 | border: 1px solid #ced4da; | 11671 | border: 1px solid #ced4da; |
| 11722 | border-radius: 0.375rem; | 11672 | border-radius: 0.375rem; |
| 11723 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | 11673 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| 11724 | -webkit-appearance: none; | ||
| 11725 | -moz-appearance: none; | ||
| 11726 | appearance: none; | 11674 | appearance: none; |
| 11727 | } | 11675 | } |
| 11728 | @media (prefers-reduced-motion: reduce) { | 11676 | @media (prefers-reduced-motion: reduce) { |
| ... | @@ -12034,42 +11982,67 @@ figure.woocommerce-product-gallery__wrapper { | ... | @@ -12034,42 +11982,67 @@ figure.woocommerce-product-gallery__wrapper { |
| 12034 | } | 11982 | } |
| 12035 | 11983 | ||
| 12036 | .fa-spin { | 11984 | .fa-spin { |
| 11985 | -webkit-animation: fa-spin 2s infinite linear; | ||
| 12037 | animation: fa-spin 2s infinite linear; | 11986 | animation: fa-spin 2s infinite linear; |
| 12038 | } | 11987 | } |
| 12039 | 11988 | ||
| 12040 | .fa-pulse { | 11989 | .fa-pulse { |
| 11990 | -webkit-animation: fa-spin 1s infinite steps(8); | ||
| 12041 | animation: fa-spin 1s infinite steps(8); | 11991 | animation: fa-spin 1s infinite steps(8); |
| 12042 | } | 11992 | } |
| 11993 | |||
| 11994 | @-webkit-keyframes fa-spin { | ||
| 11995 | 0% { | ||
| 11996 | -webkit-transform: rotate(0deg); | ||
| 11997 | transform: rotate(0deg); | ||
| 11998 | } | ||
| 11999 | 100% { | ||
| 12000 | -webkit-transform: rotate(359deg); | ||
| 12001 | transform: rotate(359deg); | ||
| 12002 | } | ||
| 12003 | } | ||
| 12043 | @keyframes fa-spin { | 12004 | @keyframes fa-spin { |
| 12044 | 0% { | 12005 | 0% { |
| 12006 | -webkit-transform: rotate(0deg); | ||
| 12045 | transform: rotate(0deg); | 12007 | transform: rotate(0deg); |
| 12046 | } | 12008 | } |
| 12047 | 100% { | 12009 | 100% { |
| 12010 | -webkit-transform: rotate(359deg); | ||
| 12048 | transform: rotate(359deg); | 12011 | transform: rotate(359deg); |
| 12049 | } | 12012 | } |
| 12050 | } | 12013 | } |
| 12051 | .fa-rotate-90 { | 12014 | .fa-rotate-90 { |
| 12052 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; | 12015 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; |
| 12016 | -webkit-transform: rotate(90deg); | ||
| 12017 | -ms-transform: rotate(90deg); | ||
| 12053 | transform: rotate(90deg); | 12018 | transform: rotate(90deg); |
| 12054 | } | 12019 | } |
| 12055 | 12020 | ||
| 12056 | .fa-rotate-180 { | 12021 | .fa-rotate-180 { |
| 12057 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; | 12022 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; |
| 12023 | -webkit-transform: rotate(180deg); | ||
| 12024 | -ms-transform: rotate(180deg); | ||
| 12058 | transform: rotate(180deg); | 12025 | transform: rotate(180deg); |
| 12059 | } | 12026 | } |
| 12060 | 12027 | ||
| 12061 | .fa-rotate-270 { | 12028 | .fa-rotate-270 { |
| 12062 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; | 12029 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; |
| 12030 | -webkit-transform: rotate(270deg); | ||
| 12031 | -ms-transform: rotate(270deg); | ||
| 12063 | transform: rotate(270deg); | 12032 | transform: rotate(270deg); |
| 12064 | } | 12033 | } |
| 12065 | 12034 | ||
| 12066 | .fa-flip-horizontal { | 12035 | .fa-flip-horizontal { |
| 12067 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; | 12036 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; |
| 12037 | -webkit-transform: scale(-1, 1); | ||
| 12038 | -ms-transform: scale(-1, 1); | ||
| 12068 | transform: scale(-1, 1); | 12039 | transform: scale(-1, 1); |
| 12069 | } | 12040 | } |
| 12070 | 12041 | ||
| 12071 | .fa-flip-vertical { | 12042 | .fa-flip-vertical { |
| 12072 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; | 12043 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; |
| 12044 | -webkit-transform: scale(1, -1); | ||
| 12045 | -ms-transform: scale(1, -1); | ||
| 12073 | transform: scale(1, -1); | 12046 | transform: scale(1, -1); |
| 12074 | } | 12047 | } |
| 12075 | 12048 | ||
| ... | @@ -16282,8 +16255,6 @@ body { | ... | @@ -16282,8 +16255,6 @@ body { |
| 16282 | line-height: 2.5rem; | 16255 | line-height: 2.5rem; |
| 16283 | height: 2.5rem; | 16256 | height: 2.5rem; |
| 16284 | text-align: left; | 16257 | text-align: left; |
| 16285 | -webkit-user-select: none; | ||
| 16286 | -moz-user-select: none; | ||
| 16287 | user-select: none; | 16258 | user-select: none; |
| 16288 | -webkit-tap-highlight-color: transparent; | 16259 | -webkit-tap-highlight-color: transparent; |
| 16289 | outline: none; | 16260 | outline: none; |
| ... | @@ -16297,16 +16268,30 @@ body { | ... | @@ -16297,16 +16268,30 @@ body { |
| 16297 | 16268 | ||
| 16298 | @media only screen and (max-width: 62.5rem) { | 16269 | @media only screen and (max-width: 62.5rem) { |
| 16299 | #mega-menu-wrap-primary .mega-menu-toggle { | 16270 | #mega-menu-wrap-primary .mega-menu-toggle { |
| 16271 | display: -webkit-box; | ||
| 16272 | display: -ms-flexbox; | ||
| 16273 | display: -webkit-flex; | ||
| 16300 | display: flex; | 16274 | display: flex; |
| 16301 | } | 16275 | } |
| 16302 | } | 16276 | } |
| 16303 | #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right { | 16277 | #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right { |
| 16278 | display: -webkit-box; | ||
| 16279 | display: -ms-flexbox; | ||
| 16280 | display: -webkit-flex; | ||
| 16304 | display: flex; | 16281 | display: flex; |
| 16282 | -ms-flex-preferred-size: 33.33%; | ||
| 16283 | -webkit-flex-basis: 33.33%; | ||
| 16305 | flex-basis: 33.33%; | 16284 | flex-basis: 33.33%; |
| 16306 | } | 16285 | } |
| 16307 | 16286 | ||
| 16308 | #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left { | 16287 | #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left { |
| 16288 | -webkit-box-flex: 1; | ||
| 16289 | -ms-flex: 1; | ||
| 16290 | -webkit-flex: 1; | ||
| 16309 | flex: 1; | 16291 | flex: 1; |
| 16292 | -webkit-box-pack: start; | ||
| 16293 | -ms-flex-pack: start; | ||
| 16294 | -webkit-justify-content: flex-start; | ||
| 16310 | justify-content: flex-start; | 16295 | justify-content: flex-start; |
| 16311 | } | 16296 | } |
| 16312 | 16297 | ||
| ... | @@ -16319,6 +16304,9 @@ body { | ... | @@ -16319,6 +16304,9 @@ body { |
| 16319 | } | 16304 | } |
| 16320 | 16305 | ||
| 16321 | #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center { | 16306 | #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center { |
| 16307 | -webkit-box-pack: center; | ||
| 16308 | -ms-flex-pack: center; | ||
| 16309 | -webkit-justify-content: center; | ||
| 16322 | justify-content: center; | 16310 | justify-content: center; |
| 16323 | } | 16311 | } |
| 16324 | 16312 | ||
| ... | @@ -16328,7 +16316,13 @@ body { | ... | @@ -16328,7 +16316,13 @@ body { |
| 16328 | } | 16316 | } |
| 16329 | 16317 | ||
| 16330 | #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right { | 16318 | #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right { |
| 16319 | -webkit-box-flex: 1; | ||
| 16320 | -ms-flex: 1; | ||
| 16321 | -webkit-flex: 1; | ||
| 16331 | flex: 1; | 16322 | flex: 1; |
| 16323 | -webkit-box-pack: end; | ||
| 16324 | -ms-flex-pack: end; | ||
| 16325 | -webkit-justify-content: flex-end; | ||
| 16332 | justify-content: flex-end; | 16326 | justify-content: flex-end; |
| 16333 | } | 16327 | } |
| 16334 | 16328 | ||
| ... | @@ -16341,10 +16335,17 @@ body { | ... | @@ -16341,10 +16335,17 @@ body { |
| 16341 | } | 16335 | } |
| 16342 | 16336 | ||
| 16343 | #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block { | 16337 | #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block { |
| 16338 | display: -webkit-box; | ||
| 16339 | display: -ms-flexbox; | ||
| 16340 | display: -webkit-flex; | ||
| 16344 | display: flex; | 16341 | display: flex; |
| 16345 | height: 100%; | 16342 | height: 100%; |
| 16346 | outline: 0; | 16343 | outline: 0; |
| 16344 | -webkit-align-self: center; | ||
| 16345 | -ms-flex-item-align: center; | ||
| 16347 | align-self: center; | 16346 | align-self: center; |
| 16347 | -ms-flex-negative: 0; | ||
| 16348 | -webkit-flex-shrink: 0; | ||
| 16348 | flex-shrink: 0; | 16349 | flex-shrink: 0; |
| 16349 | } | 16350 | } |
| 16350 | 16351 | ||
| ... | @@ -16750,7 +16751,6 @@ html.mega-menu-primary-off-canvas-open #wpadminbar { | ... | @@ -16750,7 +16751,6 @@ html.mega-menu-primary-off-canvas-open #wpadminbar { |
| 16750 | right: 0 !important; | 16751 | right: 0 !important; |
| 16751 | height: 100vh !important; | 16752 | height: 100vh !important; |
| 16752 | transform: translateX(200%) !important; | 16753 | transform: translateX(200%) !important; |
| 16753 | -webkit-backface-visibility: hidden !important; | ||
| 16754 | backface-visibility: hidden !important; | 16754 | backface-visibility: hidden !important; |
| 16755 | transition: transform 0.5s !important; | 16755 | transition: transform 0.5s !important; |
| 16756 | background-color: #F0F0F0; | 16756 | background-color: #F0F0F0; |
| ... | @@ -16765,7 +16765,6 @@ html.mega-menu-primary-off-canvas-open #wpadminbar { | ... | @@ -16765,7 +16765,6 @@ html.mega-menu-primary-off-canvas-open #wpadminbar { |
| 16765 | height: 100%; | 16765 | height: 100%; |
| 16766 | min-height: unset; | 16766 | min-height: unset; |
| 16767 | transform: translateX(100%) !important; | 16767 | transform: translateX(100%) !important; |
| 16768 | -webkit-backface-visibility: hidden !important; | ||
| 16769 | backface-visibility: hidden !important; | 16768 | backface-visibility: hidden !important; |
| 16770 | transition: transform 0.5s !important; | 16769 | transition: transform 0.5s !important; |
| 16771 | background-color: #F0F0F0; | 16770 | background-color: #F0F0F0; |
| ... | @@ -16952,8 +16951,6 @@ html.mega-menu-primary-off-canvas-open #wpadminbar { | ... | @@ -16952,8 +16951,6 @@ html.mega-menu-primary-off-canvas-open #wpadminbar { |
| 16952 | } | 16951 | } |
| 16953 | 16952 | ||
| 16954 | select { | 16953 | select { |
| 16955 | -webkit-appearance: none; | ||
| 16956 | -moz-appearance: none; | ||
| 16957 | appearance: none; | 16954 | appearance: none; |
| 16958 | background-color: transparent; | 16955 | background-color: transparent; |
| 16959 | border: none; | 16956 | border: none; |
| ... | @@ -17306,6 +17303,7 @@ button, input, optgroup, select, textarea { | ... | @@ -17306,6 +17303,7 @@ button, input, optgroup, select, textarea { |
| 17306 | font-size: 1.375rem; | 17303 | font-size: 1.375rem; |
| 17307 | -webkit-user-select: none; | 17304 | -webkit-user-select: none; |
| 17308 | -moz-user-select: none; | 17305 | -moz-user-select: none; |
| 17306 | -ms-user-select: none; | ||
| 17309 | user-select: none; | 17307 | user-select: none; |
| 17310 | } | 17308 | } |
| 17311 | 17309 | ||
| ... | @@ -17363,7 +17361,6 @@ input:checked ~ .checkmark:after, | ... | @@ -17363,7 +17361,6 @@ input:checked ~ .checkmark:after, |
| 17363 | 17361 | ||
| 17364 | input[type=checkbox] { | 17362 | input[type=checkbox] { |
| 17365 | -webkit-appearance: none; | 17363 | -webkit-appearance: none; |
| 17366 | -moz-appearance: none; | ||
| 17367 | appearance: none; | 17364 | appearance: none; |
| 17368 | margin: 0; | 17365 | margin: 0; |
| 17369 | height: 1.375rem; | 17366 | height: 1.375rem; |
| ... | @@ -17421,12 +17418,16 @@ input[type=checkbox]:focus { | ... | @@ -17421,12 +17418,16 @@ input[type=checkbox]:focus { |
| 17421 | .ui-datepicker { | 17418 | .ui-datepicker { |
| 17422 | padding: 0; | 17419 | padding: 0; |
| 17423 | border: 0.0625rem solid #ddd; | 17420 | border: 0.0625rem solid #ddd; |
| 17421 | -webkit-border-radius: 0; | ||
| 17422 | -moz-border-radius: 0; | ||
| 17424 | border-radius: 0; | 17423 | border-radius: 0; |
| 17425 | } | 17424 | } |
| 17426 | 17425 | ||
| 17427 | .ui-datepicker * { | 17426 | .ui-datepicker * { |
| 17428 | padding: 0; | 17427 | padding: 0; |
| 17429 | font-family: "Open Sans", sans-serif; | 17428 | font-family: "Open Sans", sans-serif; |
| 17429 | -webkit-border-radius: 0; | ||
| 17430 | -moz-border-radius: 0; | ||
| 17430 | border-radius: 0; | 17431 | border-radius: 0; |
| 17431 | } | 17432 | } |
| 17432 | 17433 | ||
| ... | @@ -17446,6 +17447,8 @@ input[type=checkbox]:focus { | ... | @@ -17446,6 +17447,8 @@ input[type=checkbox]:focus { |
| 17446 | background: #222; | 17447 | background: #222; |
| 17447 | border-color: transparent; | 17448 | border-color: transparent; |
| 17448 | cursor: pointer; | 17449 | cursor: pointer; |
| 17450 | -webkit-border-radius: 0; | ||
| 17451 | -moz-border-radius: 0; | ||
| 17449 | border-radius: 0; | 17452 | border-radius: 0; |
| 17450 | } | 17453 | } |
| 17451 | 17454 | ||
| ... | @@ -17968,7 +17971,6 @@ table:not(.ui-datepicker-calendar) thead th:first-child { | ... | @@ -17968,7 +17971,6 @@ table:not(.ui-datepicker-calendar) thead th:first-child { |
| 17968 | margin-bottom: 1.875rem; | 17971 | margin-bottom: 1.875rem; |
| 17969 | padding-left: 2.25rem; | 17972 | padding-left: 2.25rem; |
| 17970 | -webkit-appearance: none; | 17973 | -webkit-appearance: none; |
| 17971 | -moz-appearance: none; | ||
| 17972 | appearance: none; | 17974 | appearance: none; |
| 17973 | background-color: transparent; | 17975 | background-color: transparent; |
| 17974 | border: 0.0625rem solid #bebebe !important; | 17976 | border: 0.0625rem solid #bebebe !important; |
| ... | @@ -18053,7 +18055,7 @@ table:not(.ui-datepicker-calendar) thead th:first-child { | ... | @@ -18053,7 +18055,7 @@ table:not(.ui-datepicker-calendar) thead th:first-child { |
| 18053 | width: auto !important; | 18055 | width: auto !important; |
| 18054 | } | 18056 | } |
| 18055 | #search-wrapper #search-sidebar .select2-container--default .select2-search--inline .select2-search__field { | 18057 | #search-wrapper #search-sidebar .select2-container--default .select2-search--inline .select2-search__field { |
| 18056 | width: 100% !important; | 18058 | width: 94% !important; |
| 18057 | background-color: #fff; | 18059 | background-color: #fff; |
| 18058 | height: 32px; | 18060 | height: 32px; |
| 18059 | border: solid 1px #bebebe !important; | 18061 | border: solid 1px #bebebe !important; |
| ... | @@ -18078,7 +18080,6 @@ table:not(.ui-datepicker-calendar) thead th:first-child { | ... | @@ -18078,7 +18080,6 @@ table:not(.ui-datepicker-calendar) thead th:first-child { |
| 18078 | } | 18080 | } |
| 18079 | #search-wrapper .search-filter-reset { | 18081 | #search-wrapper .search-filter-reset { |
| 18080 | -webkit-appearance: none; | 18082 | -webkit-appearance: none; |
| 18081 | -moz-appearance: none; | ||
| 18082 | appearance: none; | 18083 | appearance: none; |
| 18083 | background-color: transparent; | 18084 | background-color: transparent; |
| 18084 | border: 0.0625rem solid #bebebe !important; | 18085 | border: 0.0625rem solid #bebebe !important; |
| ... | @@ -18576,6 +18577,9 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18576,6 +18577,9 @@ ul.sf_date_field .sf-datepicker { |
| 18576 | margin: auto; | 18577 | margin: auto; |
| 18577 | width: 100%; | 18578 | width: 100%; |
| 18578 | height: 100%; | 18579 | height: 100%; |
| 18580 | -webkit-transform: translate3d(0%, 0, 0); | ||
| 18581 | -ms-transform: translate3d(0%, 0, 0); | ||
| 18582 | -o-transform: translate3d(0%, 0, 0); | ||
| 18579 | transform: translate3d(0%, 0, 0); | 18583 | transform: translate3d(0%, 0, 0); |
| 18580 | } | 18584 | } |
| 18581 | .modal.left .modal-content, | 18585 | .modal.left .modal-content, |
| ... | @@ -18618,9 +18622,11 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18618,9 +18622,11 @@ ul.sf_date_field .sf-datepicker { |
| 18618 | #advance-search-modal .sf-field-taxonomy-language, | 18622 | #advance-search-modal .sf-field-taxonomy-language, |
| 18619 | #advance-search-modal .sf-field-taxonomy-msf-office, | 18623 | #advance-search-modal .sf-field-taxonomy-msf-office, |
| 18620 | #advance-search-modal .sf-field-taxonomy-oc, | 18624 | #advance-search-modal .sf-field-taxonomy-oc, |
| 18625 | #advance-search-modal .sf-field-post-meta-msf_initiative, | ||
| 18621 | #advance-search-modal .sf-field-taxonomy-document-format { | 18626 | #advance-search-modal .sf-field-taxonomy-document-format { |
| 18622 | width: 33%; | 18627 | width: 33%; |
| 18623 | display: inline-block !important; | 18628 | display: inline-block !important; |
| 18629 | vertical-align: top; | ||
| 18624 | } | 18630 | } |
| 18625 | @media screen and (max-width: 56.25rem) { | 18631 | @media screen and (max-width: 56.25rem) { |
| 18626 | #advance-search-modal .sf-field-taxonomy-region, | 18632 | #advance-search-modal .sf-field-taxonomy-region, |
| ... | @@ -18630,10 +18636,16 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18630,10 +18636,16 @@ ul.sf_date_field .sf-datepicker { |
| 18630 | #advance-search-modal .sf-field-taxonomy-language, | 18636 | #advance-search-modal .sf-field-taxonomy-language, |
| 18631 | #advance-search-modal .sf-field-taxonomy-msf-office, | 18637 | #advance-search-modal .sf-field-taxonomy-msf-office, |
| 18632 | #advance-search-modal .sf-field-taxonomy-oc, | 18638 | #advance-search-modal .sf-field-taxonomy-oc, |
| 18639 | #advance-search-modal .sf-field-post-meta-msf_initiative, | ||
| 18633 | #advance-search-modal .sf-field-taxonomy-document-format { | 18640 | #advance-search-modal .sf-field-taxonomy-document-format { |
| 18634 | width: 100%; | 18641 | width: 100%; |
| 18635 | } | 18642 | } |
| 18636 | } | 18643 | } |
| 18644 | #advance-search-modal .sf-field-taxonomy-region, | ||
| 18645 | #advance-search-modal .sf-field-taxonomy-continent, | ||
| 18646 | #advance-search-modal .sf-field-taxonomy-country { | ||
| 18647 | vertical-align: bottom; | ||
| 18648 | } | ||
| 18637 | #advance-search-modal .sf-field-post_date { | 18649 | #advance-search-modal .sf-field-post_date { |
| 18638 | width: 65%; | 18650 | width: 65%; |
| 18639 | display: inline-block; | 18651 | display: inline-block; |
| ... | @@ -18697,9 +18709,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18697,9 +18709,7 @@ ul.sf_date_field .sf-datepicker { |
| 18697 | max-height: 12.375rem; | 18709 | max-height: 12.375rem; |
| 18698 | } | 18710 | } |
| 18699 | #search-wrapper #main > article .photo img { | 18711 | #search-wrapper #main > article .photo img { |
| 18700 | -o-object-fit: cover; | ||
| 18701 | object-fit: cover; | 18712 | object-fit: cover; |
| 18702 | -o-object-position: center; | ||
| 18703 | object-position: center; | 18713 | object-position: center; |
| 18704 | height: 100%; | 18714 | height: 100%; |
| 18705 | width: 100%; | 18715 | width: 100%; |
| ... | @@ -20680,4 +20690,4 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { | ... | @@ -20680,4 +20690,4 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { |
| 20680 | border: 1px solid #e9ecef; | 20690 | border: 1px solid #e9ecef; |
| 20681 | } | 20691 | } |
| 20682 | 20692 | ||
| 20683 | /*# sourceMappingURL=child-theme.css.map */ | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 20693 | /*# sourceMappingURL=child-theme.css.map */ | ... | ... |
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.
| ... | @@ -146,7 +146,7 @@ | ... | @@ -146,7 +146,7 @@ |
| 146 | width: auto !important; | 146 | width: auto !important; |
| 147 | } | 147 | } |
| 148 | .select2-container--default .select2-search--inline .select2-search__field{ | 148 | .select2-container--default .select2-search--inline .select2-search__field{ |
| 149 | width: 100% !important; | 149 | width: 94% !important; |
| 150 | background-color: #fff; | 150 | background-color: #fff; |
| 151 | height: 32px; | 151 | height: 32px; |
| 152 | border:solid 1px #bebebe !important; | 152 | border:solid 1px #bebebe !important; |
| ... | @@ -747,13 +747,21 @@ ul.sf_date_field { | ... | @@ -747,13 +747,21 @@ ul.sf_date_field { |
| 747 | .sf-field-taxonomy-language, | 747 | .sf-field-taxonomy-language, |
| 748 | .sf-field-taxonomy-msf-office, | 748 | .sf-field-taxonomy-msf-office, |
| 749 | .sf-field-taxonomy-oc, | 749 | .sf-field-taxonomy-oc, |
| 750 | .sf-field-post-meta-msf_initiative, | ||
| 750 | .sf-field-taxonomy-document-format{ | 751 | .sf-field-taxonomy-document-format{ |
| 751 | width: 33%; | 752 | width: 33%; |
| 752 | display: inline-block !important; | 753 | display: inline-block !important; |
| 754 | vertical-align: top; | ||
| 753 | @media screen and (max-width: 56.25rem) { | 755 | @media screen and (max-width: 56.25rem) { |
| 754 | width: 100%; | 756 | width: 100%; |
| 755 | } | 757 | } |
| 756 | } | 758 | } |
| 759 | .sf-field-taxonomy-region, | ||
| 760 | .sf-field-taxonomy-continent, | ||
| 761 | .sf-field-taxonomy-country{ | ||
| 762 | vertical-align: bottom; | ||
| 763 | } | ||
| 764 | |||
| 757 | .sf-field-post_date{ | 765 | .sf-field-post_date{ |
| 758 | width: 65%; | 766 | width: 65%; |
| 759 | display: inline-block; | 767 | display: inline-block; | ... | ... |
-
Please register or sign in to post a comment