| @@ -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; |
| @@ -2039,9 +2025,8 @@ | ||
| 2039 | 2025 | margin-inline: 30px 0; |
| 2040 | 2026 | padding: 5px; |
| 2041 | 2027 | box-shadow: none; |
| 2042 | 2028 | width: 92%; |
| 2043 | - flex-basis: 100%; | |
| 2044 | 2029 | } |
| 2045 | 2030 | #elementor-deactivate-feedback-modal .dialog-buttons-wrapper { |
| 2046 | 2031 | display: flex; |
| 2047 | 2032 | justify-content: space-between; |
| @@ -2084,9 +2069,8 @@ | ||
| 2084 | 2069 | display: flex; |
| 2085 | 2070 | align-items: center; |
| 2086 | 2071 | line-height: 2; |
| 2087 | 2072 | overflow: hidden; |
| 2088 | - flex-wrap: wrap; | |
| 2089 | 2073 | } |
| 2090 | 2074 | |
| 2091 | 2075 | #elementor-hidden-area { |
| 2092 | 2076 | display: none; |
| @@ -2346,8 +2330,48 @@ | ||
| 2346 | 2330 | [class*=branch-7].wp-core-ui .button .dashicons { |
| 2347 | 2331 | vertical-align: middle; |
| 2348 | 2332 | line-height: 1.2; |
| 2349 | 2333 | color: var(--wp-admin-theme-color); |
| 2334 | +} | |
| 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; | |
| 2350 | 2374 | } |
| 2351 | 2375 | |
| 2352 | 2376 | .post-type-elementor_library #elementor-template-library-tabs-wrapper { |
| 2353 | 2377 | padding-block-start: 2em; |