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 -108 4.2.23.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,14 +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 2274 .post-type-elementor_library #elementor-template-library-tabs-wrapper {
2351 2275 padding-block-start: 2em;
2352 2276 margin-block-end: 2em;
2353 2277 }
@@ -2576,8 +2500,11 @@
2576 2500 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again,
2577 2501 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i {
2578 2502 color: var(--e-a-color-txt-hover);
2579 2503 }
2504 +#elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close {
2505 + border: none;
2506 +}
2580 2507 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again {
2581 2508 text-transform: uppercase;
2582 2509 font-weight: bold;
2583 2510 font-size: 12px;
@@ -2632,9 +2559,8 @@
2632 2559 .e-experiment__title {
2633 2560 display: flex;
2634 2561 align-items: flex-start;
2635 2562 flex-direction: column;
2636 - position: relative;
2637 2563 }
2638 2564 .e-experiment__title__indicator {
2639 2565 position: absolute;
2640 2566 height: 10px;
@@ -2797,22 +2723,15 @@
2797 2723 max-width: 90%;
2798 2724 aspect-ratio: 16/9;
2799 2725 }
2800 2726 }
2801 -#wpcontent .wrap.elementor-admin-page-license {
2802 - flex-direction: column;
2803 - align-items: flex-start;
2804 - flex-wrap: nowrap;
2805 -}
2806 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box {
2807 - width: 100%;
2727 +.wrap.elementor-admin-page-license .elementor-license-box {
2808 2728 max-width: 600px;
2809 2729 background: white;
2810 2730 margin: 20px 0;
2811 2731 padding: 20px 20px;
2812 - box-sizing: border-box;
2813 2732 }
2814 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 {
2733 +.wrap.elementor-admin-page-license .elementor-license-box h3 {
2815 2734 display: flex;
2816 2735 justify-content: space-between;
2817 2736 align-items: center;
2818 2737 margin: 0;
@@ -2820,66 +2739,66 @@
2820 2739 padding-block-end: 20px;
2821 2740 border-block-end: 1px solid #eee;
2822 2741 }
2823 2742 @media screen and (max-width: 782px) {
2824 - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 {
2743 + .wrap.elementor-admin-page-license .elementor-license-box h3 {
2825 2744 flex-wrap: wrap;
2826 2745 gap: 15px;
2827 2746 }
2828 2747 }
2829 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 span {
2748 +.wrap.elementor-admin-page-license .elementor-license-box h3 span {
2830 2749 flex-grow: 1;
2831 2750 padding-inline-start: 5px;
2832 2751 }
2833 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 small {
2752 +.wrap.elementor-admin-page-license .elementor-license-box h3 small {
2834 2753 font-size: 13px;
2835 2754 font-weight: normal;
2836 2755 }
2837 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box label {
2756 +.wrap.elementor-admin-page-license .elementor-license-box label {
2838 2757 display: block;
2839 2758 font-size: 1.3em;
2840 2759 font-weight: 600;
2841 2760 margin: 1em 0;
2842 2761 }
2843 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button {
2762 +.wrap.elementor-admin-page-license .elementor-license-box .button {
2763 + height: 30px;
2844 2764 margin-inline-start: 15px;
2845 2765 margin-block-end: 0;
2846 2766 }
2847 2767 @media screen and (max-width: 782px) {
2848 - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button {
2768 + .wrap.elementor-admin-page-license .elementor-license-box .button {
2849 2769 margin-inline: 0;
2850 - min-height: auto;
2851 2770 }
2852 2771 }
2853 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box p.description {
2772 +.wrap.elementor-admin-page-license .elementor-license-box p.description {
2854 2773 margin: 10px 0;
2855 2774 }
2856 -#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 {
2857 2776 display: flex;
2858 2777 align-items: center;
2859 2778 justify-content: space-between;
2860 2779 }
2861 2780 @media screen and (max-width: 782px) {
2862 - #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 {
2863 2782 align-items: flex-start;
2864 2783 }
2865 - #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 {
2866 2785 margin-inline-start: 10px;
2867 2786 }
2868 2787 }
2869 -#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 {
2870 2789 padding-block-end: 15px;
2871 2790 border-block-end: 1px solid #eeeeee;
2872 2791 }
2873 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link {
2792 +.wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link {
2874 2793 color: #93003f;
2875 2794 border-color: #93003f;
2876 2795 }
2877 -#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 {
2878 2797 color: #fff;
2879 2798 background-color: #93003f;
2880 2799 }
2881 -#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 {
2882 2801 display: flex;
2883 2802 flex-direction: row;
2884 2803 gap: 40px;
2885 2804 justify-content: start;
@@ -2884,15 +2803,15 @@
2884 2803 gap: 40px;
2885 2804 justify-content: start;
2886 2805 align-items: center;
2887 2806 }
2888 -#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 {
2889 2808 line-height: 24px;
2890 2809 }
2891 -#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 {
2892 2811 justify-content: flex-start;
2893 2812 }
2894 -#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 {
2895 2814 display: inline-flex;
2896 2815 align-items: center;
2897 2816 gap: 10px;
2898 2817 margin-inline: 0;
@@ -2900,20 +2819,20 @@
2900 2819 color: #fff;
2901 2820 background-color: #93003f;
2902 2821 border: 0;
2903 2822 }
2904 -#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 {
2905 2824 width: 45%;
2906 2825 }
2907 -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action {
2826 +.wrap.elementor-admin-page-license .elementor-box-action {
2908 2827 display: flex;
2909 2828 justify-content: flex-end;
2910 2829 }
2911 -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link {
2830 +.wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link {
2912 2831 color: #72777c;
2913 2832 margin-inline-end: 15px;
2914 2833 }
2915 -#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 {
2916 2835 color: inherit;
2917 2836 }
2918 2837
2919 2838 .elementor-control-notice {