PluginProbe
Elementor Website Builder – more than just a page builder / 3.6.6
Elementor Website Builder – more than just a page builder v3.6.6
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/container-converter/editor.css +16 -14 4.0.73.6.6 View file →
@@ -1,20 +1,22 @@
1 1 .elementor-control-convert_to_container .elementor-button.e-loading {
2 2 font-size: 0;
3 3 width: 42px;
4 4 position: relative;
5 - pointer-events: none;
6 -}
7 -.elementor-control-convert_to_container .elementor-button.e-loading::before {
8 - content: "\e8fb";
9 - font-family: "eicons";
10 - font-size: 12px;
11 - animation: eicon-spin 2s infinite linear;
12 - display: inline-block;
13 - position: absolute;
14 - left: 50%;
15 - top: 50%;
16 - margin-inline-start: -6px;
17 - margin-block-start: -6px;
18 -}
5 + pointer-events: none; }
6 + .elementor-control-convert_to_container .elementor-button.e-loading::before {
7 + content: '\e8fb';
8 + font-family: 'eicons';
9 + font-size: 12px;
10 + animation: eicon-spin 2s infinite linear;
11 + display: inline-block;
12 + position: absolute;
13 + left: 50%;
14 + top: 50%;
15 + margin-left: -6px;
16 + margin-top: -6px; }
17 +
18 +.elementor-control-convert_to_container .elementor-button[disabled] {
19 + background-color: #d5dadf;
20 + pointer-events: none; }
19 21
20 22 /*# sourceMappingURL=editor.css.map */