PluginProbe
Elementor Website Builder – more than just a page builder / 3.35.3
Elementor Website Builder – more than just a page builder v3.35.3
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | assets/css/admin.css +27 -148 4.2.0-dev23.35.3 View file →
@@ -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;
@@ -1302,49 +1284,8 @@
1302 1284 --e-button-context-color-dark: var(--e-context-primary-color-dark);
1303 1285 --e-button-context-tint: var(--e-context-primary-tint-1);
1304 1286 }
1305 1287
1306 -.notice a.e-button,
1307 -.error a.e-button,
1308 -.updated a.e-button {
1309 - color: #ffffff;
1310 - text-decoration: none;
1311 -}
1312 -.notice a.e-button:hover, .notice a.e-button:focus, .notice a.e-button:active,
1313 -.error a.e-button:hover,
1314 -.error a.e-button:focus,
1315 -.error a.e-button:active,
1316 -.updated a.e-button:hover,
1317 -.updated a.e-button:focus,
1318 -.updated a.e-button:active {
1319 - color: #ffffff;
1320 - text-decoration: none;
1321 -}
1322 -.notice a.e-button.e-button--outline,
1323 -.error a.e-button.e-button--outline,
1324 -.updated a.e-button.e-button--outline {
1325 - color: var(--e-button-context-color);
1326 -}
1327 -.notice a.e-button.e-button--outline:hover, .notice a.e-button.e-button--outline:focus,
1328 -.error a.e-button.e-button--outline:hover,
1329 -.error a.e-button.e-button--outline:focus,
1330 -.updated a.e-button.e-button--outline:hover,
1331 -.updated a.e-button.e-button--outline:focus {
1332 - color: var(--e-button-context-color-dark);
1333 -}
1334 -.notice a.e-button.e-button--link,
1335 -.error a.e-button.e-button--link,
1336 -.updated a.e-button.e-button--link {
1337 - color: var(--e-button-context-color);
1338 -}
1339 -.notice a.e-button.e-button--link:hover, .notice a.e-button.e-button--link:focus,
1340 -.error a.e-button.e-button--link:hover,
1341 -.error a.e-button.e-button--link:focus,
1342 -.updated a.e-button.e-button--link:hover,
1343 -.updated a.e-button.e-button--link:focus {
1344 - color: var(--e-button-context-color-dark);
1345 -}
1346 -
1347 1288 .e-button {
1348 1289 display: inline-block;
1349 1290 font-weight: var(--e-button-font-weight);
1350 1291 text-align: center;
@@ -1417,14 +1358,8 @@
1417 1358 --e-button-context-color-dark: var(--e-context-cta-color-dark);
1418 1359 --e-button-context-tint: var(--e-context-cta-tint-1);
1419 1360 --e-focus-color: var(--e-context-cta-tint-4);
1420 1361 }
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 1362 .e-button.e-button--outline {
1428 1363 color: var(--e-button-context-color);
1429 1364 background: none;
1430 1365 border: 1px solid currentColor;
@@ -1524,13 +1459,8 @@
1524 1459 --e-notice-context-color: var(--e-context-cta-color);
1525 1460 --e-notice-context-color-dark: var(--e-context-cta-color-dark);
1526 1461 --e-notice-context-tint: var(--e-context-cta-tint-1);
1527 1462 }
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 1463 .e-notice--extended {
1534 1464 --e-notice-is-extended: 1;
1535 1465 }
1536 1466 .e-notice--dismissible {
@@ -2340,54 +2270,8 @@
2340 2270 color: #93003f;
2341 2271 font-weight: 500;
2342 2272 }
2343 2273
2344 -[class*=branch-7].wp-core-ui .button .dashicons {
2345 - vertical-align: middle;
2346 - line-height: 1.2;
2347 - color: var(--wp-admin-theme-color);
2348 -}
2349 -
2350 -#e-dashboard-ally .ui-sortable-handle {
2351 - justify-content: flex-start;
2352 - gap: 8px;
2353 -}
2354 -
2355 -#dashboard-widgets .e-dashboard-ally {
2356 - padding: 28px 0;
2357 -}
2358 -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-img {
2359 - text-align: center;
2360 - margin-block-end: 16px;
2361 -}
2362 -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-info {
2363 - display: flex;
2364 - flex-direction: column;
2365 - align-items: center;
2366 - text-align: center;
2367 - margin-block-end: 20px;
2368 -}
2369 -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-title {
2370 - font-size: 20px;
2371 - line-height: 32px;
2372 - color: #0C0D0E;
2373 - margin-block-end: 0;
2374 -}
2375 -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-description {
2376 - max-width: 295px;
2377 - font-size: 14px;
2378 - line-height: 20px;
2379 - color: #3F444B;
2380 - margin: 0 0 16px;
2381 -}
2382 -
2383 -label[for=e-dashboard-ally-hide] svg {
2384 - display: inline-block;
2385 - vertical-align: middle;
2386 - margin-inline-end: 4px;
2387 - margin-block-end: 2px;
2388 -}
2389 -
2390 2274 .post-type-elementor_library #elementor-template-library-tabs-wrapper {
2391 2275 padding-block-start: 2em;
2392 2276 margin-block-end: 2em;
2393 2277 }
@@ -2616,8 +2500,11 @@
2616 2500 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again,
2617 2501 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i {
2618 2502 color: var(--e-a-color-txt-hover);
2619 2503 }
2504 +#elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close {
2505 + border: none;
2506 +}
2620 2507 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again {
2621 2508 text-transform: uppercase;
2622 2509 font-weight: bold;
2623 2510 font-size: 12px;
@@ -2672,9 +2559,8 @@
2672 2559 .e-experiment__title {
2673 2560 display: flex;
2674 2561 align-items: flex-start;
2675 2562 flex-direction: column;
2676 - position: relative;
2677 2563 }
2678 2564 .e-experiment__title__indicator {
2679 2565 position: absolute;
2680 2566 height: 10px;
@@ -2837,22 +2723,15 @@
2837 2723 max-width: 90%;
2838 2724 aspect-ratio: 16/9;
2839 2725 }
2840 2726 }
2841 -#wpcontent .wrap.elementor-admin-page-license {
2842 - flex-direction: column;
2843 - align-items: flex-start;
2844 - flex-wrap: nowrap;
2845 -}
2846 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box {
2847 - width: 100%;
2727 +.wrap.elementor-admin-page-license .elementor-license-box {
2848 2728 max-width: 600px;
2849 2729 background: white;
2850 2730 margin: 20px 0;
2851 2731 padding: 20px 20px;
2852 - box-sizing: border-box;
2853 2732 }
2854 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 {
2733 +.wrap.elementor-admin-page-license .elementor-license-box h3 {
2855 2734 display: flex;
2856 2735 justify-content: space-between;
2857 2736 align-items: center;
2858 2737 margin: 0;
@@ -2860,66 +2739,66 @@
2860 2739 padding-block-end: 20px;
2861 2740 border-block-end: 1px solid #eee;
2862 2741 }
2863 2742 @media screen and (max-width: 782px) {
2864 - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 {
2743 + .wrap.elementor-admin-page-license .elementor-license-box h3 {
2865 2744 flex-wrap: wrap;
2866 2745 gap: 15px;
2867 2746 }
2868 2747 }
2869 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 span {
2748 +.wrap.elementor-admin-page-license .elementor-license-box h3 span {
2870 2749 flex-grow: 1;
2871 2750 padding-inline-start: 5px;
2872 2751 }
2873 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 small {
2752 +.wrap.elementor-admin-page-license .elementor-license-box h3 small {
2874 2753 font-size: 13px;
2875 2754 font-weight: normal;
2876 2755 }
2877 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box label {
2756 +.wrap.elementor-admin-page-license .elementor-license-box label {
2878 2757 display: block;
2879 2758 font-size: 1.3em;
2880 2759 font-weight: 600;
2881 2760 margin: 1em 0;
2882 2761 }
2883 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button {
2762 +.wrap.elementor-admin-page-license .elementor-license-box .button {
2763 + height: 30px;
2884 2764 margin-inline-start: 15px;
2885 2765 margin-block-end: 0;
2886 2766 }
2887 2767 @media screen and (max-width: 782px) {
2888 - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button {
2768 + .wrap.elementor-admin-page-license .elementor-license-box .button {
2889 2769 margin-inline: 0;
2890 - min-height: auto;
2891 2770 }
2892 2771 }
2893 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box p.description {
2772 +.wrap.elementor-admin-page-license .elementor-license-box p.description {
2894 2773 margin: 10px 0;
2895 2774 }
2896 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch {
2775 +.wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch {
2897 2776 display: flex;
2898 2777 align-items: center;
2899 2778 justify-content: space-between;
2900 2779 }
2901 2780 @media screen and (max-width: 782px) {
2902 - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch {
2781 + .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch {
2903 2782 align-items: flex-start;
2904 2783 }
2905 - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch .button, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch .button {
2784 + .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch .button, .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch .button {
2906 2785 margin-inline-start: 10px;
2907 2786 }
2908 2787 }
2909 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-divider-bottom {
2788 +.wrap.elementor-admin-page-license .elementor-license-box .e-row-divider-bottom {
2910 2789 padding-block-end: 15px;
2911 2790 border-block-end: 1px solid #eeeeee;
2912 2791 }
2913 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link {
2792 +.wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link {
2914 2793 color: #93003f;
2915 2794 border-color: #93003f;
2916 2795 }
2917 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link:hover {
2796 +.wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link:hover {
2918 2797 color: #fff;
2919 2798 background-color: #93003f;
2920 2799 }
2921 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion {
2800 +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion {
2922 2801 display: flex;
2923 2802 flex-direction: row;
2924 2803 gap: 40px;
2925 2804 justify-content: start;
@@ -2924,15 +2803,15 @@
2924 2803 gap: 40px;
2925 2804 justify-content: start;
2926 2805 align-items: center;
2927 2806 }
2928 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion h2 {
2807 +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion h2 {
2929 2808 line-height: 24px;
2930 2809 }
2931 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .elementor-box-action {
2810 +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .elementor-box-action {
2932 2811 justify-content: flex-start;
2933 2812 }
2934 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .button-upgrade {
2813 +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .button-upgrade {
2935 2814 display: inline-flex;
2936 2815 align-items: center;
2937 2816 gap: 10px;
2938 2817 margin-inline: 0;
@@ -2940,20 +2819,20 @@
2940 2819 color: #fff;
2941 2820 background-color: #93003f;
2942 2821 border: 0;
2943 2822 }
2944 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion > img {
2823 +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion > img {
2945 2824 width: 45%;
2946 2825 }
2947 -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action {
2826 +.wrap.elementor-admin-page-license .elementor-box-action {
2948 2827 display: flex;
2949 2828 justify-content: flex-end;
2950 2829 }
2951 -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link {
2830 +.wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link {
2952 2831 color: #72777c;
2953 2832 margin-inline-end: 15px;
2954 2833 }
2955 -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link:hover {
2834 +.wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link:hover {
2956 2835 color: inherit;
2957 2836 }
2958 2837
2959 2838 .elementor-control-notice {