PluginProbe
Elementor Website Builder – more than just a page builder / 3.35.0-dev2
Elementor Website Builder – more than just a page builder v3.35.0-dev2
4.3.0-beta3 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 All 452 releases
← All changes | assets/css/admin.css +27 -110 4.3.0-beta33.35.0-dev2 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 {
@@ -2039,9 +1969,8 @@
2039 1969 margin-inline: 30px 0;
2040 1970 padding: 5px;
2041 1971 box-shadow: none;
2042 1972 width: 92%;
2043 - flex-basis: 100%;
2044 1973 }
2045 1974 #elementor-deactivate-feedback-modal .dialog-buttons-wrapper {
2046 1975 display: flex;
2047 1976 justify-content: space-between;
@@ -2084,9 +2013,8 @@
2084 2013 display: flex;
2085 2014 align-items: center;
2086 2015 line-height: 2;
2087 2016 overflow: hidden;
2088 - flex-wrap: wrap;
2089 2017 }
2090 2018
2091 2019 #elementor-hidden-area {
2092 2020 display: none;
@@ -2342,14 +2270,8 @@
2342 2270 color: #93003f;
2343 2271 font-weight: 500;
2344 2272 }
2345 2273
2346 -[class*=branch-7].wp-core-ui .button .dashicons {
2347 - vertical-align: middle;
2348 - line-height: 1.2;
2349 - color: var(--wp-admin-theme-color);
2350 -}
2351 -
2352 2274 .post-type-elementor_library #elementor-template-library-tabs-wrapper {
2353 2275 padding-block-start: 2em;
2354 2276 margin-block-end: 2em;
2355 2277 }
@@ -2578,8 +2500,11 @@
2578 2500 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again,
2579 2501 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i {
2580 2502 color: var(--e-a-color-txt-hover);
2581 2503 }
2504 +#elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close {
2505 + border: none;
2506 +}
2582 2507 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again {
2583 2508 text-transform: uppercase;
2584 2509 font-weight: bold;
2585 2510 font-size: 12px;
@@ -2634,9 +2559,8 @@
2634 2559 .e-experiment__title {
2635 2560 display: flex;
2636 2561 align-items: flex-start;
2637 2562 flex-direction: column;
2638 - position: relative;
2639 2563 }
2640 2564 .e-experiment__title__indicator {
2641 2565 position: absolute;
2642 2566 height: 10px;
@@ -2799,22 +2723,15 @@
2799 2723 max-width: 90%;
2800 2724 aspect-ratio: 16/9;
2801 2725 }
2802 2726 }
2803 -#wpcontent .wrap.elementor-admin-page-license {
2804 - flex-direction: column;
2805 - align-items: flex-start;
2806 - flex-wrap: nowrap;
2807 -}
2808 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box {
2809 - width: 100%;
2727 +.wrap.elementor-admin-page-license .elementor-license-box {
2810 2728 max-width: 600px;
2811 2729 background: white;
2812 2730 margin: 20px 0;
2813 2731 padding: 20px 20px;
2814 - box-sizing: border-box;
2815 2732 }
2816 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 {
2733 +.wrap.elementor-admin-page-license .elementor-license-box h3 {
2817 2734 display: flex;
2818 2735 justify-content: space-between;
2819 2736 align-items: center;
2820 2737 margin: 0;
@@ -2822,66 +2739,66 @@
2822 2739 padding-block-end: 20px;
2823 2740 border-block-end: 1px solid #eee;
2824 2741 }
2825 2742 @media screen and (max-width: 782px) {
2826 - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 {
2743 + .wrap.elementor-admin-page-license .elementor-license-box h3 {
2827 2744 flex-wrap: wrap;
2828 2745 gap: 15px;
2829 2746 }
2830 2747 }
2831 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 span {
2748 +.wrap.elementor-admin-page-license .elementor-license-box h3 span {
2832 2749 flex-grow: 1;
2833 2750 padding-inline-start: 5px;
2834 2751 }
2835 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 small {
2752 +.wrap.elementor-admin-page-license .elementor-license-box h3 small {
2836 2753 font-size: 13px;
2837 2754 font-weight: normal;
2838 2755 }
2839 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box label {
2756 +.wrap.elementor-admin-page-license .elementor-license-box label {
2840 2757 display: block;
2841 2758 font-size: 1.3em;
2842 2759 font-weight: 600;
2843 2760 margin: 1em 0;
2844 2761 }
2845 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button {
2762 +.wrap.elementor-admin-page-license .elementor-license-box .button {
2763 + height: 30px;
2846 2764 margin-inline-start: 15px;
2847 2765 margin-block-end: 0;
2848 2766 }
2849 2767 @media screen and (max-width: 782px) {
2850 - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button {
2768 + .wrap.elementor-admin-page-license .elementor-license-box .button {
2851 2769 margin-inline: 0;
2852 - min-height: auto;
2853 2770 }
2854 2771 }
2855 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box p.description {
2772 +.wrap.elementor-admin-page-license .elementor-license-box p.description {
2856 2773 margin: 10px 0;
2857 2774 }
2858 -#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 {
2859 2776 display: flex;
2860 2777 align-items: center;
2861 2778 justify-content: space-between;
2862 2779 }
2863 2780 @media screen and (max-width: 782px) {
2864 - #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 {
2865 2782 align-items: flex-start;
2866 2783 }
2867 - #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 {
2868 2785 margin-inline-start: 10px;
2869 2786 }
2870 2787 }
2871 -#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 {
2872 2789 padding-block-end: 15px;
2873 2790 border-block-end: 1px solid #eeeeee;
2874 2791 }
2875 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link {
2792 +.wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link {
2876 2793 color: #93003f;
2877 2794 border-color: #93003f;
2878 2795 }
2879 -#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 {
2880 2797 color: #fff;
2881 2798 background-color: #93003f;
2882 2799 }
2883 -#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 {
2884 2801 display: flex;
2885 2802 flex-direction: row;
2886 2803 gap: 40px;
2887 2804 justify-content: start;
@@ -2886,15 +2803,15 @@
2886 2803 gap: 40px;
2887 2804 justify-content: start;
2888 2805 align-items: center;
2889 2806 }
2890 -#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 {
2891 2808 line-height: 24px;
2892 2809 }
2893 -#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 {
2894 2811 justify-content: flex-start;
2895 2812 }
2896 -#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 {
2897 2814 display: inline-flex;
2898 2815 align-items: center;
2899 2816 gap: 10px;
2900 2817 margin-inline: 0;
@@ -2902,20 +2819,20 @@
2902 2819 color: #fff;
2903 2820 background-color: #93003f;
2904 2821 border: 0;
2905 2822 }
2906 -#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 {
2907 2824 width: 45%;
2908 2825 }
2909 -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action {
2826 +.wrap.elementor-admin-page-license .elementor-box-action {
2910 2827 display: flex;
2911 2828 justify-content: flex-end;
2912 2829 }
2913 -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link {
2830 +.wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link {
2914 2831 color: #72777c;
2915 2832 margin-inline-end: 15px;
2916 2833 }
2917 -#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 {
2918 2835 color: inherit;
2919 2836 }
2920 2837
2921 2838 .elementor-control-notice {