PluginProbe
Elementor Website Builder – more than just a page builder / 3.33.0-dev1
Elementor Website Builder – more than just a page builder v3.33.0-dev1
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 +95 -201 4.2.0-dev23.33.0-dev1 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;
@@ -1246,8 +1232,13 @@
1246 1232 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
1247 1233 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited {
1248 1234 color: initial;
1249 1235 }
1236 +.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
1237 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
1238 + background-color: var(--e-a-btn-bg-disabled);
1239 + cursor: not-allowed;
1240 +}
1250 1241 .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:visited,
1251 1242 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover,
1252 1243 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
1253 1244 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
@@ -1252,13 +1243,8 @@
1252 1243 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
1253 1244 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
1254 1245 background-color: var(--e-a-btn-bg-disabled);
1255 1246 }
1256 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
1257 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
1258 - background-color: var(--e-a-btn-bg-disabled);
1259 - cursor: not-allowed;
1260 -}
1261 1247
1262 1248 :root {
1263 1249 --e-focus-color: rgba(0, 115, 170, .4);
1264 1250 --e-context-primary-color: #0073aa;
@@ -1284,14 +1270,63 @@
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
1276 +.e-getting-started {
1277 + max-width: 900px;
1278 + padding: 2.5em 0;
1279 + margin: auto;
1280 + text-align: center;
1281 +}
1282 +.e-getting-started__header {
1283 + display: flex;
1284 + flex-direction: row;
1285 + justify-content: space-between;
1286 + align-items: center;
1287 + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
1288 +}
1289 +.e-getting-started__header .e-logo-wrapper {
1290 + font-size: 10px;
1291 + margin-inline-end: 10px;
1292 +}
1293 +.e-getting-started__title {
1294 + padding: 0 15px;
1295 + font-weight: 600;
1296 + text-transform: uppercase;
1297 + display: flex;
1298 + align-items: center;
1299 +}
1300 +.e-getting-started__skip {
1301 + border-inline-start: 1px solid #eee;
1302 + font-size: 16px;
1303 + color: inherit;
1304 +}
1305 +.e-getting-started__skip i {
1306 + padding: 15px;
1307 +}
1308 +.e-getting-started__content {
1309 + padding: 50px;
1310 +}
1311 +.e-getting-started__content h2 {
1312 + font-size: 2em;
1313 + margin-block-start: 0;
1314 +}
1315 +.e-getting-started__content--narrow {
1316 + max-width: 500px;
1317 + margin: auto;
1318 +}
1319 +.e-getting-started__video {
1320 + margin: 40px 0 60px;
1321 +}
1322 +.e-getting-started__video iframe {
1323 + box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
1324 +}
1325 +.e-getting-started__actions .button-primary {
1326 + margin-inline-end: 20px;
1327 +}
1328 +
1294 1329 :root {
1295 1330 --e-button-padding-block: 0.4375rem;
1296 1331 --e-button-padding-inline: 0.75rem;
1297 1332 --e-button-font-size: 0.8125rem;
@@ -1302,49 +1337,8 @@
1302 1337 --e-button-context-color-dark: var(--e-context-primary-color-dark);
1303 1338 --e-button-context-tint: var(--e-context-primary-tint-1);
1304 1339 }
1305 1340
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 1341 .e-button {
1348 1342 display: inline-block;
1349 1343 font-weight: var(--e-button-font-weight);
1350 1344 text-align: center;
@@ -1417,14 +1411,8 @@
1417 1411 --e-button-context-color-dark: var(--e-context-cta-color-dark);
1418 1412 --e-button-context-tint: var(--e-context-cta-tint-1);
1419 1413 --e-focus-color: var(--e-context-cta-tint-4);
1420 1414 }
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 1415 .e-button.e-button--outline {
1428 1416 color: var(--e-button-context-color);
1429 1417 background: none;
1430 1418 border: 1px solid currentColor;
@@ -1524,13 +1512,8 @@
1524 1512 --e-notice-context-color: var(--e-context-cta-color);
1525 1513 --e-notice-context-color-dark: var(--e-context-cta-color-dark);
1526 1514 --e-notice-context-tint: var(--e-context-cta-tint-1);
1527 1515 }
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 1516 .e-notice--extended {
1534 1517 --e-notice-is-extended: 1;
1535 1518 }
1536 1519 .e-notice--dismissible {
@@ -1546,14 +1529,16 @@
1546 1529 flex-shrink: 0;
1547 1530 }
1548 1531 .e-notice__icon-wrapper {
1549 1532 display: inline-block;
1550 - font-size: 1.5rem;
1533 + font-size: 0.625rem;
1551 1534 max-height: 1.5rem;
1552 1535 width: 1.5rem;
1553 1536 line-height: 1.5rem;
1554 - color: var(--e-notice-context-color);
1555 1537 border-radius: 100px;
1538 + background: var(--e-notice-context-color);
1539 + color: #fff;
1540 + text-shadow: 0 0 3px var(--e-notice-context-color-dark), 0 0 1px var(--e-notice-context-color-dark), 0 0 1px var(--e-notice-context-color-dark);
1556 1541 }
1557 1542 .e-notice__content {
1558 1543 padding: 20px;
1559 1544 }
@@ -1558,10 +1543,12 @@
1558 1543 padding: 20px;
1559 1544 }
1560 1545 .e-notice__actions {
1561 1546 display: flex;
1562 - gap: 8px;
1563 1547 }
1548 +.e-notice__actions > * + * {
1549 + margin-inline-start: 8px;
1550 +}
1564 1551 .e-notice__dismiss {
1565 1552 width: 20px;
1566 1553 height: 20px;
1567 1554 line-height: 20px;
@@ -1979,8 +1966,13 @@
1979 1966 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
1980 1967 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited {
1981 1968 color: initial;
1982 1969 }
1970 +.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
1971 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
1972 + background-color: var(--e-a-btn-bg-disabled);
1973 + cursor: not-allowed;
1974 +}
1983 1975 .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:visited,
1984 1976 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover,
1985 1977 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
1986 1978 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
@@ -1985,13 +1977,8 @@
1985 1977 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
1986 1978 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
1987 1979 background-color: var(--e-a-btn-bg-disabled);
1988 1980 }
1989 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
1990 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
1991 - background-color: var(--e-a-btn-bg-disabled);
1992 - cursor: not-allowed;
1993 -}
1994 1981
1995 1982 @keyframes elementor-rotation {
1996 1983 0% {
1997 1984 transform: rotate(0deg);
@@ -2138,9 +2125,8 @@
2138 2125
2139 2126 #elementor_rollback > div,
2140 2127 #elementor_rollback_pro > div {
2141 2128 display: flex;
2142 - align-items: center;
2143 2129 }
2144 2130 #elementor_rollback > div input,
2145 2131 #elementor_rollback > div select,
2146 2132 #elementor_rollback_pro > div input,
@@ -2160,15 +2146,8 @@
2160 2146 }
2161 2147 .tab-import-export-kit__container:not(:first-child) {
2162 2148 margin-block-start: 5px;
2163 2149 }
2164 -.tab-import-export-kit__container.e-editor-one {
2165 - border: 1px solid rgba(0, 0, 0, 0.12);
2166 - border-radius: 8px;
2167 -}
2168 -.tab-import-export-kit__container.e-editor-one:not(:first-child) {
2169 - margin-block-start: 20px;
2170 -}
2171 2150 .tab-import-export-kit__container p {
2172 2151 font-size: 16px;
2173 2152 margin: 20px 0 25px;
2174 2153 }
@@ -2223,11 +2202,10 @@
2223 2202 margin: 0;
2224 2203 }
2225 2204 .tab-import-export-kit__revert .tab-import-export-kit__kit-item img {
2226 2205 width: 330px;
2227 - height: auto;
2228 - max-width: 100%;
2229 - aspect-ratio: 330/315;
2206 + height: 315px;
2207 + padding: 0.625rem;
2230 2208 }
2231 2209 .tab-import-export-kit__revert .button, .tab-import-export-kit__revert .button:hover {
2232 2210 color: #a94442;
2233 2211 border-color: #a94442;
@@ -2340,54 +2318,8 @@
2340 2318 color: #93003f;
2341 2319 font-weight: 500;
2342 2320 }
2343 2321
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 2322 .post-type-elementor_library #elementor-template-library-tabs-wrapper {
2391 2323 padding-block-start: 2em;
2392 2324 margin-block-end: 2em;
2393 2325 }
@@ -2553,17 +2485,8 @@
2553 2485 background: #ffffff;
2554 2486 color: #3f444b;
2555 2487 margin-block-end: 2px;
2556 2488 }
2557 -#elementor-role-manager .elementor-role-row.e-editor-one {
2558 - border: 1px solid rgba(0, 0, 0, 0.12);
2559 - margin-block-end: 20px;
2560 - border-radius: 8px;
2561 -}
2562 -#elementor-role-manager .elementor-role-row.e-editor-one .elementor-role-controls {
2563 - border-end-start-radius: 8px;
2564 - border-end-end-radius: 8px;
2565 -}
2566 2489 #elementor-role-manager .elementor-role-row .elementor-role-label {
2567 2490 display: flex;
2568 2491 padding: 15px 20px;
2569 2492 font-weight: 500;
@@ -2581,9 +2504,8 @@
2581 2504 }
2582 2505 #elementor-role-manager .elementor-role-row .elementor-role-controls {
2583 2506 background-color: #F9FAFA;
2584 2507 padding: 20px 20px 5px;
2585 - transition: all 0.3s ease-in-out;
2586 2508 }
2587 2509 #elementor-role-manager .elementor-role-row .elementor-role-controls > div {
2588 2510 margin-block-end: 15px;
2589 2511 }
@@ -2616,8 +2538,11 @@
2616 2538 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again,
2617 2539 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i {
2618 2540 color: var(--e-a-color-txt-hover);
2619 2541 }
2542 +#elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close {
2543 + border: none;
2544 +}
2620 2545 #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again {
2621 2546 text-transform: uppercase;
2622 2547 font-weight: bold;
2623 2548 font-size: 12px;
@@ -2672,9 +2597,8 @@
2672 2597 .e-experiment__title {
2673 2598 display: flex;
2674 2599 align-items: flex-start;
2675 2600 flex-direction: column;
2676 - position: relative;
2677 2601 }
2678 2602 .e-experiment__title__indicator {
2679 2603 position: absolute;
2680 2604 height: 10px;
@@ -2709,12 +2633,8 @@
2709 2633 .e-experiment__title__tag__deprecated {
2710 2634 background: #e66;
2711 2635 color: white;
2712 2636 }
2713 -.e-experiment__title__tag.e-editor-one {
2714 - background: #EBEBEB;
2715 - color: #3F444B;
2716 -}
2717 2637 .e-experiment__table-title {
2718 2638 margin: 30px 0;
2719 2639 }
2720 2640 .e-experiment__dependency, .e-experiment__status {
@@ -2837,22 +2757,15 @@
2837 2757 max-width: 90%;
2838 2758 aspect-ratio: 16/9;
2839 2759 }
2840 2760 }
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%;
2761 +.wrap.elementor-admin-page-license .elementor-license-box {
2848 2762 max-width: 600px;
2849 2763 background: white;
2850 2764 margin: 20px 0;
2851 2765 padding: 20px 20px;
2852 - box-sizing: border-box;
2853 2766 }
2854 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 {
2767 +.wrap.elementor-admin-page-license .elementor-license-box h3 {
2855 2768 display: flex;
2856 2769 justify-content: space-between;
2857 2770 align-items: center;
2858 2771 margin: 0;
@@ -2859,67 +2772,48 @@
2859 2772 padding: 0;
2860 2773 padding-block-end: 20px;
2861 2774 border-block-end: 1px solid #eee;
2862 2775 }
2863 -@media screen and (max-width: 782px) {
2864 - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 {
2865 - flex-wrap: wrap;
2866 - gap: 15px;
2867 - }
2868 -}
2869 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 span {
2776 +.wrap.elementor-admin-page-license .elementor-license-box h3 span {
2870 2777 flex-grow: 1;
2871 2778 padding-inline-start: 5px;
2872 2779 }
2873 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 small {
2780 +.wrap.elementor-admin-page-license .elementor-license-box h3 small {
2874 2781 font-size: 13px;
2875 2782 font-weight: normal;
2876 2783 }
2877 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box label {
2784 +.wrap.elementor-admin-page-license .elementor-license-box label {
2878 2785 display: block;
2879 2786 font-size: 1.3em;
2880 2787 font-weight: 600;
2881 2788 margin: 1em 0;
2882 2789 }
2883 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button {
2790 +.wrap.elementor-admin-page-license .elementor-license-box .button {
2791 + height: 30px;
2884 2792 margin-inline-start: 15px;
2885 2793 margin-block-end: 0;
2886 2794 }
2887 -@media screen and (max-width: 782px) {
2888 - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button {
2889 - margin-inline: 0;
2890 - min-height: auto;
2891 - }
2892 -}
2893 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box p.description {
2795 +.wrap.elementor-admin-page-license .elementor-license-box p.description {
2894 2796 margin: 10px 0;
2895 2797 }
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 {
2798 +.wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch {
2897 2799 display: flex;
2898 2800 align-items: center;
2899 2801 justify-content: space-between;
2900 2802 }
2901 -@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 {
2903 - align-items: flex-start;
2904 - }
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 {
2906 - margin-inline-start: 10px;
2907 - }
2908 -}
2909 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-divider-bottom {
2803 +.wrap.elementor-admin-page-license .elementor-license-box .e-row-divider-bottom {
2910 2804 padding-block-end: 15px;
2911 2805 border-block-end: 1px solid #eeeeee;
2912 2806 }
2913 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link {
2807 +.wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link {
2914 2808 color: #93003f;
2915 2809 border-color: #93003f;
2916 2810 }
2917 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link:hover {
2811 +.wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link:hover {
2918 2812 color: #fff;
2919 2813 background-color: #93003f;
2920 2814 }
2921 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion {
2815 +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion {
2922 2816 display: flex;
2923 2817 flex-direction: row;
2924 2818 gap: 40px;
2925 2819 justify-content: start;
@@ -2924,15 +2818,15 @@
2924 2818 gap: 40px;
2925 2819 justify-content: start;
2926 2820 align-items: center;
2927 2821 }
2928 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion h2 {
2822 +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion h2 {
2929 2823 line-height: 24px;
2930 2824 }
2931 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .elementor-box-action {
2825 +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .elementor-box-action {
2932 2826 justify-content: flex-start;
2933 2827 }
2934 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .button-upgrade {
2828 +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .button-upgrade {
2935 2829 display: inline-flex;
2936 2830 align-items: center;
2937 2831 gap: 10px;
2938 2832 margin-inline: 0;
@@ -2940,20 +2834,20 @@
2940 2834 color: #fff;
2941 2835 background-color: #93003f;
2942 2836 border: 0;
2943 2837 }
2944 -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion > img {
2838 +.wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion > img {
2945 2839 width: 45%;
2946 2840 }
2947 -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action {
2841 +.wrap.elementor-admin-page-license .elementor-box-action {
2948 2842 display: flex;
2949 2843 justify-content: flex-end;
2950 2844 }
2951 -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link {
2845 +.wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link {
2952 2846 color: #72777c;
2953 2847 margin-inline-end: 15px;
2954 2848 }
2955 -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link:hover {
2849 +.wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link:hover {
2956 2850 color: inherit;
2957 2851 }
2958 2852
2959 2853 .elementor-control-notice {