| @@ -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; |
| @@ -2346,8 +2332,48 @@ | ||
| 2346 | 2332 | line-height: 1.2; |
| 2347 | 2333 | color: var(--wp-admin-theme-color); |
| 2348 | 2334 | } |
| 2349 | 2335 | |
| 2336 | +#e-dashboard-ally .ui-sortable-handle { | |
| 2337 | + justify-content: flex-start; | |
| 2338 | + gap: 8px; | |
| 2339 | +} | |
| 2340 | + | |
| 2341 | +#dashboard-widgets .e-dashboard-ally { | |
| 2342 | + padding: 28px 0; | |
| 2343 | +} | |
| 2344 | +#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-img { | |
| 2345 | + text-align: center; | |
| 2346 | + margin-block-end: 16px; | |
| 2347 | +} | |
| 2348 | +#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-info { | |
| 2349 | + display: flex; | |
| 2350 | + flex-direction: column; | |
| 2351 | + align-items: center; | |
| 2352 | + text-align: center; | |
| 2353 | + margin-block-end: 20px; | |
| 2354 | +} | |
| 2355 | +#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-title { | |
| 2356 | + font-size: 20px; | |
| 2357 | + line-height: 32px; | |
| 2358 | + color: #0C0D0E; | |
| 2359 | + margin-block-end: 0; | |
| 2360 | +} | |
| 2361 | +#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-description { | |
| 2362 | + max-width: 295px; | |
| 2363 | + font-size: 14px; | |
| 2364 | + line-height: 20px; | |
| 2365 | + color: #3F444B; | |
| 2366 | + margin: 0 0 16px; | |
| 2367 | +} | |
| 2368 | + | |
| 2369 | +label[for=e-dashboard-ally-hide] svg { | |
| 2370 | + display: inline-block; | |
| 2371 | + vertical-align: middle; | |
| 2372 | + margin-inline-end: 4px; | |
| 2373 | + margin-block-end: 2px; | |
| 2374 | +} | |
| 2375 | + | |
| 2350 | 2376 | .post-type-elementor_library #elementor-template-library-tabs-wrapper { |
| 2351 | 2377 | padding-block-start: 2em; |
| 2352 | 2378 | margin-block-end: 2em; |
| 2353 | 2379 | } |
| @@ -2575,8 +2601,11 @@ | ||
| 2575 | 2601 | } |
| 2576 | 2602 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again, |
| 2577 | 2603 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i { |
| 2578 | 2604 | color: var(--e-a-color-txt-hover); |
| 2605 | +} | |
| 2606 | +#elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close { | |
| 2607 | + border: none; | |
| 2579 | 2608 | } |
| 2580 | 2609 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again { |
| 2581 | 2610 | text-transform: uppercase; |
| 2582 | 2611 | font-weight: bold; |