PluginProbe
Elementor Website Builder – more than just a page builder / 3.9.0
Elementor Website Builder – more than just a page builder v3.9.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/common.css +38 -101 3.8.13.9.0 View file →
@@ -1,11 +1,10 @@
1 -/*! elementor - v3.8.1 - 13-11-2022 */
1 +/*! elementor - v3.9.0 - 06-12-2022 */
2 2 .dialog-widget-content {
3 3 background-color: #fff;
4 4 position: absolute;
5 5 border-radius: 3px;
6 - -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
7 - box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
6 + box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
8 7 overflow: hidden;
9 8 }
10 9
11 10 .dialog-message {
@@ -10,10 +9,9 @@
10 9
11 10 .dialog-message {
12 11 font-size: 12px;
13 12 line-height: 1.5;
14 - -webkit-box-sizing: border-box;
15 - box-sizing: border-box;
13 + box-sizing: border-box;
16 14 }
17 15
18 16 .dialog-type-lightbox {
19 17 position: fixed;
@@ -24,9 +22,8 @@
24 22 background-color: rgba(0, 0, 0, 0.8);
25 23 z-index: 9999;
26 24 -webkit-user-select: none;
27 25 -moz-user-select: none;
28 - -ms-user-select: none;
29 26 user-select: none;
30 27 }
31 28 .dialog-type-lightbox .dialog-widget-content {
32 29 margin: auto;
@@ -113,8 +110,19 @@
113 110 #e-experiments-dependency-dialog .dialog-ok {
114 111 color: #39b54a;
115 112 }
116 113
114 +#e-kit-elements-defaults-create-dialog .dialog-ok {
115 + color: #39b54a;
116 +}
117 +#e-kit-elements-defaults-create-dialog label {
118 + display: flex;
119 + align-items: center;
120 + justify-content: center;
121 + gap: 10px;
122 + margin-top: 20px;
123 +}
124 +
117 125 .dialog-prevent-scroll {
118 126 overflow: hidden;
119 127 max-height: 100vh;
120 128 }
@@ -203,10 +211,9 @@
203 211 }
204 212 .elementor-templates-modal .dialog-header {
205 213 padding: 0;
206 214 background-color: #fff;
207 - -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
208 - box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
215 + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
209 216 position: relative;
210 217 z-index: 1;
211 218 }
212 219 .elementor-templates-modal .dialog-buttons-wrapper {
@@ -212,14 +219,11 @@
212 219 .elementor-templates-modal .dialog-buttons-wrapper {
213 220 background-color: #fff;
214 221 border: none;
215 222 display: none;
216 - -webkit-box-pack: end;
217 - -ms-flex-pack: end;
218 - justify-content: flex-end;
223 + justify-content: flex-end;
219 224 padding: 5px;
220 - -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
221 - box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
225 + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
222 226 position: relative;
223 227 }
224 228 .elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
225 229 height: 40px;
@@ -246,17 +250,11 @@
246 250 .elementor-templates-modal .dialog-loading {
247 251 display: none;
248 252 }
249 253 .elementor-templates-modal__header {
250 - display: -webkit-box;
251 - display: -ms-flexbox;
252 254 display: flex;
253 - -webkit-box-align: center;
254 - -ms-flex-align: center;
255 - align-items: center;
256 - -webkit-box-pack: justify;
257 - -ms-flex-pack: justify;
258 - justify-content: space-between;
255 + align-items: center;
256 + justify-content: space-between;
259 257 height: 50px;
260 258 }
261 259 .elementor-templates-modal__header__logo {
262 260 line-height: 1;
@@ -268,14 +266,10 @@
268 266 text-align: left;
269 267 padding-left: 15px;
270 268 }
271 269 .elementor-templates-modal__header__logo-area > * {
272 - display: -webkit-box;
273 - display: -ms-flexbox;
274 270 display: flex;
275 - -webkit-box-align: center;
276 - -ms-flex-align: center;
277 - align-items: center;
271 + align-items: center;
278 272 }
279 273 .elementor-templates-modal__header__logo__icon-wrapper {
280 274 margin-right: 10px;
281 275 font-size: 12px;
@@ -283,34 +277,20 @@
283 277 .elementor-templates-modal__header__logo__title {
284 278 padding-top: 2px;
285 279 }
286 280 .elementor-templates-modal__header__items-area {
287 - display: -webkit-box;
288 - display: -ms-flexbox;
289 281 display: flex;
290 - -webkit-box-orient: horizontal;
291 - -webkit-box-direction: reverse;
292 - -ms-flex-direction: row-reverse;
293 - flex-direction: row-reverse;
282 + flex-direction: row-reverse;
294 283 }
295 284 .elementor-templates-modal__header__item {
296 285 position: relative;
297 - display: -webkit-box;
298 - display: -ms-flexbox;
299 286 display: flex;
300 - -webkit-box-align: center;
301 - -ms-flex-align: center;
302 - align-items: center;
303 - -webkit-box-pack: center;
304 - -ms-flex-pack: center;
305 - justify-content: center;
306 - -webkit-box-sizing: content-box;
307 - box-sizing: content-box;
287 + align-items: center;
288 + justify-content: center;
289 + box-sizing: content-box;
308 290 }
309 291 .elementor-templates-modal__header__item > i {
310 292 font-size: 20px;
311 - -webkit-transition: all 0.3s;
312 - -o-transition: all 0.3s;
313 293 transition: all 0.3s;
314 294 cursor: pointer;
315 295 }
316 296 .elementor-templates-modal__header__item > i:not(:hover) {
@@ -345,19 +325,15 @@
345 325 .elementor-templates-modal__header__close--skip > i:not(:hover) {
346 326 color: #fff;
347 327 }
348 328 .elementor-templates-modal__sidebar {
349 - -ms-flex-negative: 0;
350 - flex-shrink: 0;
329 + flex-shrink: 0;
351 330 width: 25%;
352 331 background-color: rgba(255, 255, 255, 0.3);
353 332 }
354 333 .elementor-templates-modal__content {
355 - -webkit-box-flex: 1;
356 - -ms-flex-positive: 1;
357 - flex-grow: 1;
358 - -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05);
359 - box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05);
334 + flex-grow: 1;
335 + box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05);
360 336 }
361 337
362 338 /* Will select next element after last '.elementor-general-section' */
363 339 #wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section + .elementor-second-section {
@@ -428,13 +404,10 @@
428 404 text-align: left;
429 405 }
430 406 #elementor-finder__search {
431 407 padding: 14px 15px 14px 21px;
432 - display: -webkit-box;
433 - display: -ms-flexbox;
434 408 display: flex;
435 - -webkit-box-shadow: 0 -3px 15px 6px rgba(0, 0, 0, 0.03);
436 - box-shadow: 0 -3px 15px 6px rgba(0, 0, 0, 0.03);
409 + box-shadow: 0 -3px 15px 6px rgba(0, 0, 0, 0.03);
437 410 }
438 411 #elementor-finder__search i {
439 412 font-size: 16px;
440 413 color: #a4afb7;
@@ -446,31 +419,18 @@
446 419 background: none;
447 420 outline: none;
448 421 padding: 0;
449 422 margin: 0;
450 - -webkit-box-flex: 1;
451 - -ms-flex-positive: 1;
452 - flex-grow: 1;
423 + flex-grow: 1;
453 424 font-size: 14px;
454 425 color: #495157;
455 - -webkit-box-shadow: none;
456 - box-shadow: none;
426 + box-shadow: none;
457 427 }
458 -#elementor-finder__search__input::-webkit-input-placeholder {
459 - color: #a4afb7;
460 - font-style: italic;
461 - font-weight: 300;
462 -}
463 428 #elementor-finder__search__input::-moz-placeholder {
464 429 color: #a4afb7;
465 430 font-style: italic;
466 431 font-weight: 300;
467 432 }
468 -#elementor-finder__search__input::-ms-input-placeholder {
469 - color: #a4afb7;
470 - font-style: italic;
471 - font-weight: 300;
472 -}
473 433 #elementor-finder__search__input::placeholder {
474 434 color: #a4afb7;
475 435 font-style: italic;
476 436 font-weight: 300;
@@ -509,22 +469,18 @@
509 469 color: #71d7f7;
510 470 font-size: 14px;
511 471 }
512 472 .elementor-finder__results__item {
513 - display: -webkit-box;
514 - display: -ms-flexbox;
515 473 display: flex;
516 474 }
517 475 .elementor-finder__results__item a {
518 476 text-decoration: none;
519 - -webkit-box-shadow: none;
520 - box-shadow: none;
477 + box-shadow: none;
521 478 outline: none;
522 479 }
523 480 .elementor-finder__results__item.elementor-active {
524 481 background-color: #71d7f7;
525 - -webkit-box-shadow: none;
526 - box-shadow: none;
482 + box-shadow: none;
527 483 outline: none;
528 484 }
529 485 .elementor-finder__results__item.elementor-active * {
530 486 color: #fff;
@@ -532,18 +488,12 @@
532 488 .elementor-finder__results__item:not(.elementor-active) .elementor-finder__results__item__actions {
533 489 display: none;
534 490 }
535 491 .elementor-finder__results__item__link {
536 - display: -webkit-box;
537 - display: -ms-flexbox;
538 492 display: flex;
539 - -webkit-box-align: center;
540 - -ms-flex-align: center;
541 - align-items: center;
493 + align-items: center;
542 494 height: 35px;
543 - -webkit-box-flex: 1;
544 - -ms-flex-positive: 1;
545 - flex-grow: 1;
495 + flex-grow: 1;
546 496 }
547 497 .elementor-finder__results__item__icon {
548 498 width: 60px;
549 499 text-align: center;
@@ -565,31 +515,19 @@
565 515 inset-inline-end: 16px;
566 516 color: #556068;
567 517 font-size: 8px;
568 518 font-weight: 500;
569 - display: -webkit-box;
570 - display: -ms-flexbox;
571 519 display: flex;
572 - -webkit-box-align: center;
573 - -ms-flex-align: center;
574 - align-items: center;
520 + align-items: center;
575 521 gap: 4px;
576 522 }
577 523 .elementor-finder__results__item__actions {
578 - display: -webkit-box;
579 - display: -ms-flexbox;
580 524 display: flex;
581 525 }
582 526 .elementor-finder__results__item__action {
583 - display: -webkit-box;
584 - display: -ms-flexbox;
585 527 display: flex;
586 - -webkit-box-align: center;
587 - -ms-flex-align: center;
588 - align-items: center;
589 - -webkit-box-pack: center;
590 - -ms-flex-pack: center;
591 - justify-content: center;
528 + align-items: center;
529 + justify-content: center;
592 530 height: 100%;
593 531 width: 35px;
594 532 }
595 533 .elementor-finder__results__item__action:hover {
@@ -610,10 +548,9 @@
610 548 max-width: 200px;
611 549 padding: 5px 12px;
612 550 text-align: center;
613 551 border-radius: 3px;
614 - -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
615 - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
552 + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
616 553 }
617 554
618 555 .tipsy-arrow {
619 556 position: absolute;