sss
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
5 changed files
with
31 additions
and
66 deletions
| ... | @@ -165,10 +165,8 @@ p { | ... | @@ -165,10 +165,8 @@ p { |
| 165 | } | 165 | } |
| 166 | 166 | ||
| 167 | abbr[title] { | 167 | abbr[title] { |
| 168 | -webkit-text-decoration: underline dotted; | ||
| 169 | text-decoration: underline dotted; | 168 | text-decoration: underline dotted; |
| 170 | cursor: help; | 169 | cursor: help; |
| 171 | -webkit-text-decoration-skip-ink: none; | ||
| 172 | text-decoration-skip-ink: none; | 170 | text-decoration-skip-ink: none; |
| 173 | } | 171 | } |
| 174 | 172 | ||
| ... | @@ -1997,8 +1995,6 @@ progress { | ... | @@ -1997,8 +1995,6 @@ progress { |
| 1997 | background-color: #fff; | 1995 | background-color: #fff; |
| 1998 | background-clip: padding-box; | 1996 | background-clip: padding-box; |
| 1999 | border: 1px solid #ced4da; | 1997 | border: 1px solid #ced4da; |
| 2000 | -webkit-appearance: none; | ||
| 2001 | -moz-appearance: none; | ||
| 2002 | appearance: none; | 1998 | appearance: none; |
| 2003 | border-radius: 0.375rem; | 1999 | border-radius: 0.375rem; |
| 2004 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | 2000 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| ... | @@ -2024,10 +2020,6 @@ progress { | ... | @@ -2024,10 +2020,6 @@ progress { |
| 2024 | .form-control::-webkit-date-and-time-value { | 2020 | .form-control::-webkit-date-and-time-value { |
| 2025 | height: 1.5em; | 2021 | height: 1.5em; |
| 2026 | } | 2022 | } |
| 2027 | .form-control::-moz-placeholder { | ||
| 2028 | color: #6c757d; | ||
| 2029 | opacity: 1; | ||
| 2030 | } | ||
| 2031 | .form-control::placeholder { | 2023 | .form-control::placeholder { |
| 2032 | color: #6c757d; | 2024 | color: #6c757d; |
| 2033 | opacity: 1; | 2025 | opacity: 1; |
| ... | @@ -2039,7 +2031,6 @@ progress { | ... | @@ -2039,7 +2031,6 @@ progress { |
| 2039 | .form-control::file-selector-button { | 2031 | .form-control::file-selector-button { |
| 2040 | padding: 0.375rem 0.75rem; | 2032 | padding: 0.375rem 0.75rem; |
| 2041 | margin: -0.375rem -0.75rem; | 2033 | margin: -0.375rem -0.75rem; |
| 2042 | -webkit-margin-end: 0.75rem; | ||
| 2043 | margin-inline-end: 0.75rem; | 2034 | margin-inline-end: 0.75rem; |
| 2044 | color: #212529; | 2035 | color: #212529; |
| 2045 | background-color: #e9ecef; | 2036 | background-color: #e9ecef; |
| ... | @@ -2088,7 +2079,6 @@ progress { | ... | @@ -2088,7 +2079,6 @@ progress { |
| 2088 | .form-control-sm::file-selector-button { | 2079 | .form-control-sm::file-selector-button { |
| 2089 | padding: 0.25rem 0.5rem; | 2080 | padding: 0.25rem 0.5rem; |
| 2090 | margin: -0.25rem -0.5rem; | 2081 | margin: -0.25rem -0.5rem; |
| 2091 | -webkit-margin-end: 0.5rem; | ||
| 2092 | margin-inline-end: 0.5rem; | 2082 | margin-inline-end: 0.5rem; |
| 2093 | } | 2083 | } |
| 2094 | 2084 | ||
| ... | @@ -2101,7 +2091,6 @@ progress { | ... | @@ -2101,7 +2091,6 @@ progress { |
| 2101 | .form-control-lg::file-selector-button { | 2091 | .form-control-lg::file-selector-button { |
| 2102 | padding: 0.5rem 1rem; | 2092 | padding: 0.5rem 1rem; |
| 2103 | margin: -0.5rem -1rem; | 2093 | margin: -0.5rem -1rem; |
| 2104 | -webkit-margin-end: 1rem; | ||
| 2105 | margin-inline-end: 1rem; | 2094 | margin-inline-end: 1rem; |
| 2106 | } | 2095 | } |
| 2107 | 2096 | ||
| ... | @@ -2154,8 +2143,6 @@ textarea.form-control-lg { | ... | @@ -2154,8 +2143,6 @@ textarea.form-control-lg { |
| 2154 | border: 1px solid #ced4da; | 2143 | border: 1px solid #ced4da; |
| 2155 | border-radius: 0.375rem; | 2144 | border-radius: 0.375rem; |
| 2156 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | 2145 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| 2157 | -webkit-appearance: none; | ||
| 2158 | -moz-appearance: none; | ||
| 2159 | appearance: none; | 2146 | appearance: none; |
| 2160 | } | 2147 | } |
| 2161 | @media (prefers-reduced-motion: reduce) { | 2148 | @media (prefers-reduced-motion: reduce) { |
| ... | @@ -2228,10 +2215,7 @@ textarea.form-control-lg { | ... | @@ -2228,10 +2215,7 @@ textarea.form-control-lg { |
| 2228 | background-position: center; | 2215 | background-position: center; |
| 2229 | background-size: contain; | 2216 | background-size: contain; |
| 2230 | border: 1px solid rgba(0, 0, 0, 0.25); | 2217 | border: 1px solid rgba(0, 0, 0, 0.25); |
| 2231 | -webkit-appearance: none; | ||
| 2232 | -moz-appearance: none; | ||
| 2233 | appearance: none; | 2218 | appearance: none; |
| 2234 | -webkit-print-color-adjust: exact; | ||
| 2235 | print-color-adjust: exact; | 2219 | print-color-adjust: exact; |
| 2236 | } | 2220 | } |
| 2237 | .form-check-input[type=checkbox] { | 2221 | .form-check-input[type=checkbox] { |
| ... | @@ -2326,8 +2310,6 @@ textarea.form-control-lg { | ... | @@ -2326,8 +2310,6 @@ textarea.form-control-lg { |
| 2326 | height: 1.5rem; | 2310 | height: 1.5rem; |
| 2327 | padding: 0; | 2311 | padding: 0; |
| 2328 | background-color: transparent; | 2312 | background-color: transparent; |
| 2329 | -webkit-appearance: none; | ||
| 2330 | -moz-appearance: none; | ||
| 2331 | appearance: none; | 2313 | appearance: none; |
| 2332 | } | 2314 | } |
| 2333 | .form-range:focus { | 2315 | .form-range:focus { |
| ... | @@ -2349,14 +2331,11 @@ textarea.form-control-lg { | ... | @@ -2349,14 +2331,11 @@ textarea.form-control-lg { |
| 2349 | background-color: #183668; | 2331 | background-color: #183668; |
| 2350 | border: 0; | 2332 | border: 0; |
| 2351 | border-radius: 1rem; | 2333 | border-radius: 1rem; |
| 2352 | -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | ||
| 2353 | transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | 2334 | transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| 2354 | -webkit-appearance: none; | ||
| 2355 | appearance: none; | 2335 | appearance: none; |
| 2356 | } | 2336 | } |
| 2357 | @media (prefers-reduced-motion: reduce) { | 2337 | @media (prefers-reduced-motion: reduce) { |
| 2358 | .form-range::-webkit-slider-thumb { | 2338 | .form-range::-webkit-slider-thumb { |
| 2359 | -webkit-transition: none; | ||
| 2360 | transition: none; | 2339 | transition: none; |
| 2361 | } | 2340 | } |
| 2362 | } | 2341 | } |
| ... | @@ -2378,14 +2357,11 @@ textarea.form-control-lg { | ... | @@ -2378,14 +2357,11 @@ textarea.form-control-lg { |
| 2378 | background-color: #183668; | 2357 | background-color: #183668; |
| 2379 | border: 0; | 2358 | border: 0; |
| 2380 | border-radius: 1rem; | 2359 | border-radius: 1rem; |
| 2381 | -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | ||
| 2382 | transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | 2360 | transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| 2383 | -moz-appearance: none; | ||
| 2384 | appearance: none; | 2361 | appearance: none; |
| 2385 | } | 2362 | } |
| 2386 | @media (prefers-reduced-motion: reduce) { | 2363 | @media (prefers-reduced-motion: reduce) { |
| 2387 | .form-range::-moz-range-thumb { | 2364 | .form-range::-moz-range-thumb { |
| 2388 | -moz-transition: none; | ||
| 2389 | transition: none; | 2365 | transition: none; |
| 2390 | } | 2366 | } |
| 2391 | } | 2367 | } |
| ... | @@ -2445,17 +2421,10 @@ textarea.form-control-lg { | ... | @@ -2445,17 +2421,10 @@ textarea.form-control-lg { |
| 2445 | .form-floating > .form-control-plaintext { | 2421 | .form-floating > .form-control-plaintext { |
| 2446 | padding: 1rem 0.75rem; | 2422 | padding: 1rem 0.75rem; |
| 2447 | } | 2423 | } |
| 2448 | .form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder { | ||
| 2449 | color: transparent; | ||
| 2450 | } | ||
| 2451 | .form-floating > .form-control::placeholder, | 2424 | .form-floating > .form-control::placeholder, |
| 2452 | .form-floating > .form-control-plaintext::placeholder { | 2425 | .form-floating > .form-control-plaintext::placeholder { |
| 2453 | color: transparent; | 2426 | color: transparent; |
| 2454 | } | 2427 | } |
| 2455 | .form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) { | ||
| 2456 | padding-top: 1.625rem; | ||
| 2457 | padding-bottom: 0.625rem; | ||
| 2458 | } | ||
| 2459 | .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), | 2428 | .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), |
| 2460 | .form-floating > .form-control-plaintext:focus, | 2429 | .form-floating > .form-control-plaintext:focus, |
| 2461 | .form-floating > .form-control-plaintext:not(:placeholder-shown) { | 2430 | .form-floating > .form-control-plaintext:not(:placeholder-shown) { |
| ... | @@ -2471,10 +2440,6 @@ textarea.form-control-lg { | ... | @@ -2471,10 +2440,6 @@ textarea.form-control-lg { |
| 2471 | padding-top: 1.625rem; | 2440 | padding-top: 1.625rem; |
| 2472 | padding-bottom: 0.625rem; | 2441 | padding-bottom: 0.625rem; |
| 2473 | } | 2442 | } |
| 2474 | .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label { | ||
| 2475 | opacity: 0.65; | ||
| 2476 | transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); | ||
| 2477 | } | ||
| 2478 | .form-floating > .form-control:focus ~ label, | 2443 | .form-floating > .form-control:focus ~ label, |
| 2479 | .form-floating > .form-control:not(:placeholder-shown) ~ label, | 2444 | .form-floating > .form-control:not(:placeholder-shown) ~ label, |
| 2480 | .form-floating > .form-control-plaintext ~ label, | 2445 | .form-floating > .form-control-plaintext ~ label, |
| ... | @@ -2792,8 +2757,6 @@ textarea.form-control-lg { | ... | @@ -2792,8 +2757,6 @@ textarea.form-control-lg { |
| 2792 | text-decoration: none; | 2757 | text-decoration: none; |
| 2793 | vertical-align: middle; | 2758 | vertical-align: middle; |
| 2794 | cursor: pointer; | 2759 | cursor: pointer; |
| 2795 | -webkit-user-select: none; | ||
| 2796 | -moz-user-select: none; | ||
| 2797 | user-select: none; | 2760 | user-select: none; |
| 2798 | border: var(--bs-btn-border-width) solid var(--bs-btn-border-color); | 2761 | border: var(--bs-btn-border-width) solid var(--bs-btn-border-color); |
| 2799 | border-radius: var(--bs-btn-border-radius); | 2762 | border-radius: var(--bs-btn-border-radius); |
| ... | @@ -5190,8 +5153,6 @@ textarea.form-control-lg { | ... | @@ -5190,8 +5153,6 @@ textarea.form-control-lg { |
| 5190 | } | 5153 | } |
| 5191 | .btn-close:disabled, .btn-close.disabled { | 5154 | .btn-close:disabled, .btn-close.disabled { |
| 5192 | pointer-events: none; | 5155 | pointer-events: none; |
| 5193 | -webkit-user-select: none; | ||
| 5194 | -moz-user-select: none; | ||
| 5195 | user-select: none; | 5156 | user-select: none; |
| 5196 | opacity: 0.25; | 5157 | opacity: 0.25; |
| 5197 | } | 5158 | } |
| ... | @@ -5238,7 +5199,6 @@ textarea.form-control-lg { | ... | @@ -5238,7 +5199,6 @@ textarea.form-control-lg { |
| 5238 | --bs-toast-zindex: 1090; | 5199 | --bs-toast-zindex: 1090; |
| 5239 | position: absolute; | 5200 | position: absolute; |
| 5240 | z-index: var(--bs-toast-zindex); | 5201 | z-index: var(--bs-toast-zindex); |
| 5241 | width: -moz-max-content; | ||
| 5242 | width: max-content; | 5202 | width: max-content; |
| 5243 | max-width: 100%; | 5203 | max-width: 100%; |
| 5244 | pointer-events: none; | 5204 | pointer-events: none; |
| ... | @@ -5844,7 +5804,6 @@ textarea.form-control-lg { | ... | @@ -5844,7 +5804,6 @@ textarea.form-control-lg { |
| 5844 | float: left; | 5804 | float: left; |
| 5845 | width: 100%; | 5805 | width: 100%; |
| 5846 | margin-right: -100%; | 5806 | margin-right: -100%; |
| 5847 | -webkit-backface-visibility: hidden; | ||
| 5848 | backface-visibility: hidden; | 5807 | backface-visibility: hidden; |
| 5849 | transition: transform 0.6s ease-in-out; | 5808 | transition: transform 0.6s ease-in-out; |
| 5850 | } | 5809 | } |
| ... | @@ -6671,16 +6630,13 @@ textarea.form-control-lg { | ... | @@ -6671,16 +6630,13 @@ textarea.form-control-lg { |
| 6671 | } | 6630 | } |
| 6672 | } | 6631 | } |
| 6673 | .placeholder-wave { | 6632 | .placeholder-wave { |
| 6674 | -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); | ||
| 6675 | mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); | 6633 | mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); |
| 6676 | -webkit-mask-size: 200% 100%; | ||
| 6677 | mask-size: 200% 100%; | 6634 | mask-size: 200% 100%; |
| 6678 | animation: placeholder-wave 2s linear infinite; | 6635 | animation: placeholder-wave 2s linear infinite; |
| 6679 | } | 6636 | } |
| 6680 | 6637 | ||
| 6681 | @keyframes placeholder-wave { | 6638 | @keyframes placeholder-wave { |
| 6682 | 100% { | 6639 | 100% { |
| 6683 | -webkit-mask-position: -200% 0%; | ||
| 6684 | mask-position: -200% 0%; | 6640 | mask-position: -200% 0%; |
| 6685 | } | 6641 | } |
| 6686 | } | 6642 | } |
| ... | @@ -8245,20 +8201,14 @@ textarea.form-control-lg { | ... | @@ -8245,20 +8201,14 @@ textarea.form-control-lg { |
| 8245 | } | 8201 | } |
| 8246 | 8202 | ||
| 8247 | .user-select-all { | 8203 | .user-select-all { |
| 8248 | -webkit-user-select: all !important; | ||
| 8249 | -moz-user-select: all !important; | ||
| 8250 | user-select: all !important; | 8204 | user-select: all !important; |
| 8251 | } | 8205 | } |
| 8252 | 8206 | ||
| 8253 | .user-select-auto { | 8207 | .user-select-auto { |
| 8254 | -webkit-user-select: auto !important; | ||
| 8255 | -moz-user-select: auto !important; | ||
| 8256 | user-select: auto !important; | 8208 | user-select: auto !important; |
| 8257 | } | 8209 | } |
| 8258 | 8210 | ||
| 8259 | .user-select-none { | 8211 | .user-select-none { |
| 8260 | -webkit-user-select: none !important; | ||
| 8261 | -moz-user-select: none !important; | ||
| 8262 | user-select: none !important; | 8212 | user-select: none !important; |
| 8263 | } | 8213 | } |
| 8264 | 8214 | ||
| ... | @@ -10934,8 +10884,6 @@ body { | ... | @@ -10934,8 +10884,6 @@ body { |
| 10934 | border: 1px solid #ced4da; | 10884 | border: 1px solid #ced4da; |
| 10935 | border-radius: 0.375rem; | 10885 | border-radius: 0.375rem; |
| 10936 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | 10886 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| 10937 | -webkit-appearance: none; | ||
| 10938 | -moz-appearance: none; | ||
| 10939 | appearance: none; | 10887 | appearance: none; |
| 10940 | } | 10888 | } |
| 10941 | @media (prefers-reduced-motion: reduce) { | 10889 | @media (prefers-reduced-motion: reduce) { |
| ... | @@ -11247,42 +11195,67 @@ figure.woocommerce-product-gallery__wrapper { | ... | @@ -11247,42 +11195,67 @@ figure.woocommerce-product-gallery__wrapper { |
| 11247 | } | 11195 | } |
| 11248 | 11196 | ||
| 11249 | .fa-spin { | 11197 | .fa-spin { |
| 11198 | -webkit-animation: fa-spin 2s infinite linear; | ||
| 11250 | animation: fa-spin 2s infinite linear; | 11199 | animation: fa-spin 2s infinite linear; |
| 11251 | } | 11200 | } |
| 11252 | 11201 | ||
| 11253 | .fa-pulse { | 11202 | .fa-pulse { |
| 11203 | -webkit-animation: fa-spin 1s infinite steps(8); | ||
| 11254 | animation: fa-spin 1s infinite steps(8); | 11204 | animation: fa-spin 1s infinite steps(8); |
| 11255 | } | 11205 | } |
| 11206 | |||
| 11207 | @-webkit-keyframes fa-spin { | ||
| 11208 | 0% { | ||
| 11209 | -webkit-transform: rotate(0deg); | ||
| 11210 | transform: rotate(0deg); | ||
| 11211 | } | ||
| 11212 | 100% { | ||
| 11213 | -webkit-transform: rotate(359deg); | ||
| 11214 | transform: rotate(359deg); | ||
| 11215 | } | ||
| 11216 | } | ||
| 11256 | @keyframes fa-spin { | 11217 | @keyframes fa-spin { |
| 11257 | 0% { | 11218 | 0% { |
| 11219 | -webkit-transform: rotate(0deg); | ||
| 11258 | transform: rotate(0deg); | 11220 | transform: rotate(0deg); |
| 11259 | } | 11221 | } |
| 11260 | 100% { | 11222 | 100% { |
| 11223 | -webkit-transform: rotate(359deg); | ||
| 11261 | transform: rotate(359deg); | 11224 | transform: rotate(359deg); |
| 11262 | } | 11225 | } |
| 11263 | } | 11226 | } |
| 11264 | .fa-rotate-90 { | 11227 | .fa-rotate-90 { |
| 11265 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; | 11228 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; |
| 11229 | -webkit-transform: rotate(90deg); | ||
| 11230 | -ms-transform: rotate(90deg); | ||
| 11266 | transform: rotate(90deg); | 11231 | transform: rotate(90deg); |
| 11267 | } | 11232 | } |
| 11268 | 11233 | ||
| 11269 | .fa-rotate-180 { | 11234 | .fa-rotate-180 { |
| 11270 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; | 11235 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; |
| 11236 | -webkit-transform: rotate(180deg); | ||
| 11237 | -ms-transform: rotate(180deg); | ||
| 11271 | transform: rotate(180deg); | 11238 | transform: rotate(180deg); |
| 11272 | } | 11239 | } |
| 11273 | 11240 | ||
| 11274 | .fa-rotate-270 { | 11241 | .fa-rotate-270 { |
| 11275 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; | 11242 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; |
| 11243 | -webkit-transform: rotate(270deg); | ||
| 11244 | -ms-transform: rotate(270deg); | ||
| 11276 | transform: rotate(270deg); | 11245 | transform: rotate(270deg); |
| 11277 | } | 11246 | } |
| 11278 | 11247 | ||
| 11279 | .fa-flip-horizontal { | 11248 | .fa-flip-horizontal { |
| 11280 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; | 11249 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; |
| 11250 | -webkit-transform: scale(-1, 1); | ||
| 11251 | -ms-transform: scale(-1, 1); | ||
| 11281 | transform: scale(-1, 1); | 11252 | transform: scale(-1, 1); |
| 11282 | } | 11253 | } |
| 11283 | 11254 | ||
| 11284 | .fa-flip-vertical { | 11255 | .fa-flip-vertical { |
| 11285 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; | 11256 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; |
| 11257 | -webkit-transform: scale(1, -1); | ||
| 11258 | -ms-transform: scale(1, -1); | ||
| 11286 | transform: scale(1, -1); | 11259 | transform: scale(1, -1); |
| 11287 | } | 11260 | } |
| 11288 | 11261 | ||
| ... | @@ -14474,6 +14447,8 @@ h1 + p, .h1 + p { | ... | @@ -14474,6 +14447,8 @@ h1 + p, .h1 + p { |
| 14474 | border-radius: 4px; | 14447 | border-radius: 4px; |
| 14475 | display: block; | 14448 | display: block; |
| 14476 | margin: 8px auto; | 14449 | margin: 8px auto; |
| 14450 | -webkit-transition: all 0.3s ease-in-out; | ||
| 14451 | -o-transition: all 0.3s ease-in-out; | ||
| 14477 | transition: all 0.3s ease-in-out; | 14452 | transition: all 0.3s ease-in-out; |
| 14478 | } | 14453 | } |
| 14479 | 14454 | ||
| ... | @@ -15148,6 +15123,7 @@ label[for=quicksearch] { | ... | @@ -15148,6 +15123,7 @@ label[for=quicksearch] { |
| 15148 | -webkit-appearance: auto; | 15123 | -webkit-appearance: auto; |
| 15149 | -moz-appearance: auto; | 15124 | -moz-appearance: auto; |
| 15150 | appearance: auto; | 15125 | appearance: auto; |
| 15126 | -webkit-box-sizing: border-box; | ||
| 15151 | box-sizing: border-box; | 15127 | box-sizing: border-box; |
| 15152 | margin: 3px 3px 3px 4px; | 15128 | margin: 3px 3px 3px 4px; |
| 15153 | padding: initial; | 15129 | padding: initial; |
| ... | @@ -15511,6 +15487,7 @@ p.intro { | ... | @@ -15511,6 +15487,7 @@ p.intro { |
| 15511 | margin: 0; | 15487 | margin: 0; |
| 15512 | position: relative; | 15488 | position: relative; |
| 15513 | top: 50%; | 15489 | top: 50%; |
| 15490 | -ms-transform: translateY(-50%); | ||
| 15514 | transform: translateY(-50%); | 15491 | transform: translateY(-50%); |
| 15515 | text-align: center; | 15492 | text-align: center; |
| 15516 | } | 15493 | } |
| ... | @@ -15850,7 +15827,6 @@ p.intro { | ... | @@ -15850,7 +15827,6 @@ p.intro { |
| 15850 | .em-item-image img { | 15827 | .em-item-image img { |
| 15851 | width: auto !important; | 15828 | width: auto !important; |
| 15852 | height: auto; | 15829 | height: auto; |
| 15853 | max-height: 300px; | ||
| 15854 | } | 15830 | } |
| 15855 | 15831 | ||
| 15856 | /*# sourceMappingURL=child-theme.css.map */ | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 15832 | /*# sourceMappingURL=child-theme.css.map */ | ... | ... |
This diff could not be displayed because it is too large.
| ... | @@ -89,10 +89,8 @@ p { | ... | @@ -89,10 +89,8 @@ p { |
| 89 | } | 89 | } |
| 90 | 90 | ||
| 91 | abbr[title] { | 91 | abbr[title] { |
| 92 | -webkit-text-decoration: underline dotted; | ||
| 93 | text-decoration: underline dotted; | 92 | text-decoration: underline dotted; |
| 94 | cursor: help; | 93 | cursor: help; |
| 95 | -webkit-text-decoration-skip-ink: none; | ||
| 96 | text-decoration-skip-ink: none; | 94 | text-decoration-skip-ink: none; |
| 97 | } | 95 | } |
| 98 | 96 | ||
| ... | @@ -2476,20 +2474,14 @@ progress { | ... | @@ -2476,20 +2474,14 @@ progress { |
| 2476 | } | 2474 | } |
| 2477 | 2475 | ||
| 2478 | .user-select-all { | 2476 | .user-select-all { |
| 2479 | -webkit-user-select: all !important; | ||
| 2480 | -moz-user-select: all !important; | ||
| 2481 | user-select: all !important; | 2477 | user-select: all !important; |
| 2482 | } | 2478 | } |
| 2483 | 2479 | ||
| 2484 | .user-select-auto { | 2480 | .user-select-auto { |
| 2485 | -webkit-user-select: auto !important; | ||
| 2486 | -moz-user-select: auto !important; | ||
| 2487 | user-select: auto !important; | 2481 | user-select: auto !important; |
| 2488 | } | 2482 | } |
| 2489 | 2483 | ||
| 2490 | .user-select-none { | 2484 | .user-select-none { |
| 2491 | -webkit-user-select: none !important; | ||
| 2492 | -moz-user-select: none !important; | ||
| 2493 | user-select: none !important; | 2485 | user-select: none !important; |
| 2494 | } | 2486 | } |
| 2495 | 2487 | ||
| ... | @@ -5497,4 +5489,4 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { | ... | @@ -5497,4 +5489,4 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { |
| 5497 | font-weight: 500; | 5489 | font-weight: 500; |
| 5498 | } | 5490 | } |
| 5499 | 5491 | ||
| 5500 | /*# sourceMappingURL=custom-editor-style.css.map */ | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 5492 | /*# sourceMappingURL=custom-editor-style.css.map */ | ... | ... |
This diff could not be displayed because it is too large.
| ... | @@ -78,7 +78,6 @@ margin-top: 40px; | ... | @@ -78,7 +78,6 @@ margin-top: 40px; |
| 78 | content:'Upload your image'; | 78 | content:'Upload your image'; |
| 79 | font-family:"trade-gothic-next"; | 79 | font-family:"trade-gothic-next"; |
| 80 | font-weight: bold; | 80 | font-weight: bold; |
| 81 | |||
| 82 | margin-right: 20px; | 81 | margin-right: 20px; |
| 83 | display: block; | 82 | display: block; |
| 84 | color: #000; | 83 | color: #000; |
| ... | @@ -88,7 +87,6 @@ margin-top: 40px; | ... | @@ -88,7 +87,6 @@ margin-top: 40px; |
| 88 | content:'Drag your image here or click to browse'; | 87 | content:'Drag your image here or click to browse'; |
| 89 | width: calc(100% - 24px ) !important; | 88 | width: calc(100% - 24px ) !important; |
| 90 | display: block; | 89 | display: block; |
| 91 | |||
| 92 | color: #000; | 90 | color: #000; |
| 93 | } | 91 | } |
| 94 | 92 | ||
| ... | @@ -109,6 +107,5 @@ color: #000; | ... | @@ -109,6 +107,5 @@ color: #000; |
| 109 | img{ | 107 | img{ |
| 110 | width: auto !important; | 108 | width: auto !important; |
| 111 | height: auto; | 109 | height: auto; |
| 112 | max-height: 300px; | ||
| 113 | } | 110 | } |
| 114 | } | 111 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment