PluginProbe
Elementor Website Builder – more than just a page builder / 3.35.7
Elementor Website Builder – more than just a page builder v3.35.7
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/modules/editor-one/admin.css +16 -37 4.1.33.35.7 View file →
@@ -92,9 +92,8 @@
92 92 --e-a-color-logo: #ffffff;
93 93 --e-a-color-circle-logo: #000000;
94 94 --e-a-color-primary: #F3BAFD;
95 95 --e-a-color-primary-bold: #D004D4;
96 - --e-a-color-primary-bold-dark: #C00BB9;
97 96 --e-a-color-secondary: #515962;
98 97 --e-a-color-success: #0A875A;
99 98 --e-a-color-danger: #DC2626;
100 99 --e-a-color-info: #2563EB;
@@ -269,8 +268,19 @@
269 268 #wpcontent #submitdiv #misc-publishing-actions a {
270 269 font-weight: 600;
271 270 text-decoration: underline;
272 271 }
272 +#wpcontent #elementor-editor #elementor-editor-button {
273 + display: inline-flex;
274 + align-items: center;
275 + justify-content: center;
276 + font-weight: 600;
277 + font-size: 16px;
278 +}
279 +#wpcontent #elementor-editor #elementor-go-to-edit-page-link {
280 + font-weight: 600;
281 + text-decoration: none;
282 +}
273 283 #wpcontent .postbox .category-tabs {
274 284 display: flex;
275 285 border-block-end: 1px solid var(--e-one-palette-divider);
276 286 margin-block-end: 10px;
@@ -303,23 +313,12 @@
303 313 font-weight: 600;
304 314 color: var(--e-one-palette-text-primary);
305 315 text-decoration: underline;
306 316 }
307 -#wpcontent #elementor-editor #elementor-editor-button {
308 - display: inline-flex;
309 - align-items: center;
310 - justify-content: center;
311 - font-weight: 600;
312 - font-size: 16px;
313 -}
314 -#wpcontent #elementor-editor #elementor-go-to-edit-page-link {
315 - text-decoration: none;
316 -}
317 317 #wpcontent .wrap {
318 318 background-color: var(--e-one-palette-background-default);
319 - margin: 0;
320 - padding-block-start: 24px;
321 - padding-inline: 32px;
319 + margin: 20px 32px;
320 + margin-block-start: 24px;
322 321 max-width: 100%;
323 322 display: flex;
324 323 flex-wrap: wrap;
325 324 align-items: center;
@@ -366,13 +365,13 @@
366 365 }
367 366 #wpcontent #screen-meta-links {
368 367 display: flex;
369 368 justify-content: flex-end;
370 - margin-block: 1px 10px;
369 + margin-block-end: 10px;
371 370 margin-inline: 32px;
372 371 }
373 372 #wpcontent #screen-meta-links .show-settings::after {
374 - inset-block-end: 1px;
373 + bottom: 1px;
375 374 padding: 0;
376 375 vertical-align: middle;
377 376 height: 10px;
378 377 font: normal 20px/0.5 dashicons;
@@ -640,30 +639,10 @@
640 639 #wpcontent #elementor-element-manager-wrap {
641 640 width: 100%;
642 641 }
643 642
644 -body:has(#editor-one-top-bar > *) #wpbody {
643 +body:has(#editor-one-top-bar > *) #wpcontent #wpbody-content {
645 644 margin-block-start: 50px;
646 - padding-block-end: 0;
647 -}
648 -@media screen and (min-width: 783px) {
649 - body:has(#editor-one-top-bar > *) #wpbody {
650 - position: fixed;
651 - inset-block-end: 0;
652 - inset-inline-start: calc(var(--editor-one-sidebar-left-offset, 160px) + var(--editor-one-sidebar-navigation-width, 240px));
653 - width: calc(100vw - var(--editor-one-sidebar-left-offset, 160px) - var(--editor-one-sidebar-navigation-width, 240px));
654 - }
655 -}
656 -body:has(#editor-one-top-bar > *) #wpcontent #wpbody-content {
657 - padding-block-end: 0;
658 -}
659 -@media screen and (min-width: 783px) {
660 - body:has(#editor-one-top-bar > *) #wpcontent #wpbody-content {
661 - display: flex;
662 - flex-direction: column;
663 - overflow-y: auto;
664 - height: calc(100vh - var(--e-admin-bar-height, 0px) - var(--e-top-bar-header-height, 0px));
665 - }
666 645 }
667 646
668 647 input[type=checkbox] {
669 648 width: 16px;