| @@ -591,22 +591,8 @@ | ||
| 591 | 591 | #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"]:hover, #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"]:focus { |
| 592 | 592 | background-color: rgb(198, 0, 84.8571428571); |
| 593 | 593 | box-shadow: none; |
| 594 | 594 | } |
| 595 | -#adminmenu #toplevel_page_elementor-home a[href*=elementor-one-upgrade] { | |
| 596 | - font-weight: 600; | |
| 597 | - background-color: #93003f; | |
| 598 | - color: #ffffff; | |
| 599 | - margin: 3px 10px 0; | |
| 600 | - display: block; | |
| 601 | - text-align: center; | |
| 602 | - border-radius: 3px; | |
| 603 | - transition: all 0.3s; | |
| 604 | -} | |
| 605 | -#adminmenu #toplevel_page_elementor-home a[href*=elementor-one-upgrade]:hover, #adminmenu #toplevel_page_elementor-home a[href*=elementor-one-upgrade]:focus { | |
| 606 | - background-color: rgb(198, 0, 84.8571428571); | |
| 607 | - box-shadow: none; | |
| 608 | -} | |
| 609 | 595 | #adminmenu #menu-posts-elementor_library .wp-menu-image:before { |
| 610 | 596 | content: "\e8ff"; |
| 611 | 597 | font-family: eicons; |
| 612 | 598 | font-size: 18px; |
| @@ -1284,12 +1270,8 @@ | ||
| 1284 | 1270 | --e-context-cta-color: #524CFF; |
| 1285 | 1271 | --e-context-cta-color-dark: rgb(32.7094972067, 25, 255); |
| 1286 | 1272 | --e-context-cta-tint-4: rgba(82, 76, 255, 0.4); |
| 1287 | 1273 | --e-context-cta-tint-1: rgba(82, 76, 255, 0.04); |
| 1288 | - --e-context-promotion-color: #93003f; | |
| 1289 | - --e-context-promotion-color-dark: rgb(96, 0, 41.1428571429); | |
| 1290 | - --e-context-promotion-tint-4: rgba(147, 0, 63, 0.4); | |
| 1291 | - --e-context-promotion-tint-1: rgba(147, 0, 63, 0.04); | |
| 1292 | 1274 | } |
| 1293 | 1275 | |
| 1294 | 1276 | :root { |
| 1295 | 1277 | --e-button-padding-block: 0.4375rem; |
| @@ -1417,14 +1399,8 @@ | ||
| 1417 | 1399 | --e-button-context-color-dark: var(--e-context-cta-color-dark); |
| 1418 | 1400 | --e-button-context-tint: var(--e-context-cta-tint-1); |
| 1419 | 1401 | --e-focus-color: var(--e-context-cta-tint-4); |
| 1420 | 1402 | } |
| 1421 | -.e-button--promotion { | |
| 1422 | - --e-button-context-color: var(--e-context-promotion-color); | |
| 1423 | - --e-button-context-color-dark: var(--e-context-promotion-color-dark); | |
| 1424 | - --e-button-context-tint: var(--e-context-promotion-tint-1); | |
| 1425 | - --e-focus-color: var(--e-context-promotion-tint-4); | |
| 1426 | -} | |
| 1427 | 1403 | .e-button.e-button--outline { |
| 1428 | 1404 | color: var(--e-button-context-color); |
| 1429 | 1405 | background: none; |
| 1430 | 1406 | border: 1px solid currentColor; |
| @@ -1524,13 +1500,8 @@ | ||
| 1524 | 1500 | --e-notice-context-color: var(--e-context-cta-color); |
| 1525 | 1501 | --e-notice-context-color-dark: var(--e-context-cta-color-dark); |
| 1526 | 1502 | --e-notice-context-tint: var(--e-context-cta-tint-1); |
| 1527 | 1503 | } |
| 1528 | -.e-notice--promotion { | |
| 1529 | - --e-notice-context-color: var(--e-context-promotion-color); | |
| 1530 | - --e-notice-context-color-dark: var(--e-context-promotion-color-dark); | |
| 1531 | - --e-notice-context-tint: var(--e-context-promotion-tint-1); | |
| 1532 | -} | |
| 1533 | 1504 | .e-notice--extended { |
| 1534 | 1505 | --e-notice-is-extended: 1; |
| 1535 | 1506 | } |
| 1536 | 1507 | .e-notice--dismissible { |
| @@ -2346,8 +2317,48 @@ | ||
| 2346 | 2317 | line-height: 1.2; |
| 2347 | 2318 | color: var(--wp-admin-theme-color); |
| 2348 | 2319 | } |
| 2349 | 2320 | |
| 2321 | +#e-dashboard-ally .ui-sortable-handle { | |
| 2322 | + justify-content: flex-start; | |
| 2323 | + gap: 8px; | |
| 2324 | +} | |
| 2325 | + | |
| 2326 | +#dashboard-widgets .e-dashboard-ally { | |
| 2327 | + padding: 28px 0; | |
| 2328 | +} | |
| 2329 | +#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-img { | |
| 2330 | + text-align: center; | |
| 2331 | + margin-block-end: 16px; | |
| 2332 | +} | |
| 2333 | +#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-info { | |
| 2334 | + display: flex; | |
| 2335 | + flex-direction: column; | |
| 2336 | + align-items: center; | |
| 2337 | + text-align: center; | |
| 2338 | + margin-block-end: 20px; | |
| 2339 | +} | |
| 2340 | +#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-title { | |
| 2341 | + font-size: 20px; | |
| 2342 | + line-height: 32px; | |
| 2343 | + color: #0C0D0E; | |
| 2344 | + margin-block-end: 0; | |
| 2345 | +} | |
| 2346 | +#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-description { | |
| 2347 | + max-width: 295px; | |
| 2348 | + font-size: 14px; | |
| 2349 | + line-height: 20px; | |
| 2350 | + color: #3F444B; | |
| 2351 | + margin: 0 0 16px; | |
| 2352 | +} | |
| 2353 | + | |
| 2354 | +label[for=e-dashboard-ally-hide] svg { | |
| 2355 | + display: inline-block; | |
| 2356 | + vertical-align: middle; | |
| 2357 | + margin-inline-end: 4px; | |
| 2358 | + margin-block-end: 2px; | |
| 2359 | +} | |
| 2360 | + | |
| 2350 | 2361 | .post-type-elementor_library #elementor-template-library-tabs-wrapper { |
| 2351 | 2362 | padding-block-start: 2em; |
| 2352 | 2363 | margin-block-end: 2em; |
| 2353 | 2364 | } |
| @@ -2576,8 +2587,11 @@ | ||
| 2576 | 2587 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again, |
| 2577 | 2588 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i { |
| 2578 | 2589 | color: var(--e-a-color-txt-hover); |
| 2579 | 2590 | } |
| 2591 | +#elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close { | |
| 2592 | + border: none; | |
| 2593 | +} | |
| 2580 | 2594 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again { |
| 2581 | 2595 | text-transform: uppercase; |
| 2582 | 2596 | font-weight: bold; |
| 2583 | 2597 | font-size: 12px; |
| @@ -2632,9 +2646,8 @@ | ||
| 2632 | 2646 | .e-experiment__title { |
| 2633 | 2647 | display: flex; |
| 2634 | 2648 | align-items: flex-start; |
| 2635 | 2649 | flex-direction: column; |
| 2636 | - position: relative; | |
| 2637 | 2650 | } |
| 2638 | 2651 | .e-experiment__title__indicator { |
| 2639 | 2652 | position: absolute; |
| 2640 | 2653 | height: 10px; |