PluginProbe
Elementor Website Builder – more than just a page builder / 3.3.0
Elementor Website Builder – more than just a page builder v3.3.0
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/editor.css +75 -14 3.2.53.3.0 View file →
@@ -1,5 +1,5 @@
1 -/*! elementor - v3.2.5 - 16-06-2021 */
1 +/*! elementor - v3.3.0 - 11-07-2021 */
2 2 @charset "UTF-8";
3 3 .elementor-control-unit-1 {
4 4 width: 27px; }
5 5
@@ -586,8 +586,10 @@
586 586 padding: 5px 10px;
587 587 display: grid;
588 588 gap: 10px;
589 589 grid-template-columns: repeat(auto-fill, minmax(Min(135px, calc( 50% - 5px)), 1fr)); }
590 + .elementor-panel .elementor-responsive-panel > .e-responsive-panel-stretch {
591 + grid-column: 1 / -1; }
590 592 .elementor-panel ::-moz-selection {
591 593 background: #5bc0de;
592 594 color: #ffffff; }
593 595 .elementor-panel ::selection {
@@ -1179,9 +1181,9 @@
1179 1181 -webkit-box-pack: center;
1180 1182 -ms-flex-pack: center;
1181 1183 justify-content: center;
1182 1184 background-color: rgba(255, 255, 255, 0.5);
1183 - z-index: 1; }
1185 + z-index: 2; }
1184 1186 #elementor-panel-state-loading .eicon-loading {
1185 1187 font-size: 25px;
1186 1188 color: #71d7f7; }
1187 1189
@@ -1349,8 +1351,29 @@
1349 1351 content: '';
1350 1352 display: table;
1351 1353 clear: both; }
1352 1354
1355 +.media-modal.wp-core-ui .e-wp-media-elements-removed {
1356 + /* Hack to change the media button selection text, because for some reason the text gets changed when switching tabs. */ }
1357 + .media-modal.wp-core-ui .e-wp-media-elements-removed .embed-link-settings,
1358 + .media-modal.wp-core-ui .e-wp-media-elements-removed .embed-media-settings > :not(.wp-clearfix):not(.alt-text):not(#alt-text-description) {
1359 + display: none; }
1360 + .media-modal.wp-core-ui .e-wp-media-elements-removed #embed-url-field {
1361 + width: 70%; }
1362 + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-embed .thumbnail {
1363 + margin-top: 20px; }
1364 + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-embed .thumbnail,
1365 + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-embed .thumbnail img {
1366 + max-height: initial; }
1367 + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-embed .thumbnail::after {
1368 + -webkit-box-shadow: none;
1369 + box-shadow: none; }
1370 + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-button-select {
1371 + font-size: 0; }
1372 + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-button-select::before {
1373 + content: var(--button-text);
1374 + font-size: 13px; }
1375 +
1353 1376 #elementor-panel-get-pro-elements .elementor-nerd-box-message {
1354 1377 margin-top: 10px; }
1355 1378
1356 1379 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
@@ -3386,9 +3409,14 @@
3386 3409 -webkit-box-direction: reverse;
3387 3410 -ms-flex-direction: row-reverse;
3388 3411 flex-direction: row-reverse; }
3389 3412 .e-responsive-bar__close-button, .e-responsive-bar__settings-button {
3390 - padding: 10px 8px; }
3413 + width: 22px;
3414 + height: 22px;
3415 + -webkit-border-radius: 3px;
3416 + border-radius: 3px;
3417 + margin: 0 5px;
3418 + font-size: 16px; }
3391 3419 .e-responsive-bar__button {
3392 3420 -webkit-appearance: none;
3393 3421 -moz-appearance: none;
3394 3422 appearance: none;
@@ -3398,9 +3426,10 @@
3398 3426 color: inherit; }
3399 3427 .e-responsive-bar__button:focus:not(:focus-visible) {
3400 3428 outline: none; }
3401 3429 .e-responsive-bar__button:hover {
3402 - color: #c2cbd2; }
3430 + color: #c2cbd2;
3431 + background-color: rgba(255, 255, 255, 0.1); }
3403 3432 .e-responsive-bar__close-button + .e-responsive-bar__button {
3404 3433 position: relative; }
3405 3434 .e-responsive-bar__close-button + .e-responsive-bar__button::before {
3406 3435 content: '';
@@ -3408,9 +3437,9 @@
3408 3437 height: 20px;
3409 3438 width: 1px;
3410 3439 background-color: #6d7882;
3411 3440 position: absolute;
3412 - right: 0;
3441 + right: -5px;
3413 3442 top: calc(50% - 10px); }
3414 3443 .e-responsive-bar__size-inputs-wrapper {
3415 3444 display: -webkit-box;
3416 3445 display: -ms-flexbox;
@@ -3441,13 +3470,13 @@
3441 3470 cursor: pointer;
3442 3471 text-align: center;
3443 3472 width: 22px;
3444 3473 height: 22px;
3445 - margin: 0 3.5px;
3474 + margin: 0 4px;
3446 3475 line-height: 22px;
3447 3476 -webkit-border-radius: 3px;
3448 3477 border-radius: 3px;
3449 - font-size: 17px;
3478 + font-size: 16px;
3450 3479 -webkit-transition: background-color .3s ease-out;
3451 3480 -o-transition: background-color .3s ease-out;
3452 3481 transition: background-color .3s ease-out; }
3453 3482 .e-responsive-bar-switcher__option:hover, .e-responsive-bar-switcher__option[aria-selected="true"] {
@@ -3787,9 +3816,10 @@
3787 3816 -ms-flex-pack: start;
3788 3817 justify-content: flex-start;
3789 3818 -webkit-box-align: center;
3790 3819 -ms-flex-align: center;
3791 - align-items: center; }
3820 + align-items: center;
3821 + position: relative; }
3792 3822
3793 3823 #elementor-preview-responsive-wrapper {
3794 3824 padding: 20px; }
3795 3825 .elementor-device-desktop #elementor-preview-responsive-wrapper {
@@ -3795,9 +3825,10 @@
3795 3825 .elementor-device-desktop #elementor-preview-responsive-wrapper {
3796 3826 min-width: 1025px;
3797 3827 width: 100%;
3798 3828 height: 100%;
3799 - padding: 0; }
3829 + padding: 0;
3830 + position: relative; }
3800 3831 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
3801 3832 width: var(--e-editor-preview-width);
3802 3833 height: var(--e-editor-preview-height);
3803 3834 margin: 0 Max(calc((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2), 20px);
@@ -5554,19 +5585,49 @@
5554 5585 .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
5555 5586 color: #6d7882;
5556 5587 line-height: 27px; }
5557 5588 .select2-container.select2-container--default .select2-selection--multiple {
5558 - min-height: 27px; }
5589 + min-height: 27px;
5590 + line-height: 0; }
5559 5591 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear {
5560 5592 display: none; }
5561 5593 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
5562 - line-height: 1.5;
5563 - font-size: 0.9em;
5594 + background-color: #f1f3f5;
5595 + line-height: 1.2;
5596 + font-size: 10px;
5564 5597 border: none;
5565 5598 -webkit-border-radius: 0;
5566 - border-radius: 0; }
5599 + border-radius: 0;
5600 + padding: 2px 3px; }
5567 5601 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button {
5568 - cursor: pointer; }
5602 + cursor: pointer;
5603 + width: 16.67px;
5604 + text-indent: -9999px;
5605 + position: relative; }
5606 + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button:after {
5607 + content: '\e815';
5608 + font-family: "eicons";
5609 + color: #a4afb7;
5610 + text-indent: 0;
5611 + position: absolute;
5612 + left: 0;
5613 + top: 0;
5614 + width: 100%;
5615 + height: 100%;
5616 + display: -webkit-box;
5617 + display: -ms-flexbox;
5618 + display: flex;
5619 + -webkit-box-pack: center;
5620 + -ms-flex-pack: center;
5621 + justify-content: center;
5622 + -webkit-box-align: center;
5623 + -ms-flex-align: center;
5624 + align-items: center; }
5625 + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
5626 + padding-bottom: 5px; }
5627 + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
5628 + color: #a4afb7;
5629 + margin-right: 3px; }
5569 5630 .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single,
5570 5631 .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple {
5571 5632 border-color: #d5dadf; }
5572 5633 .select2-container.select2-container--open .select2-selection--single,