Browse
For agents
About
Elementor Website Builder – more than just a page builder
/
3.6.4
Elementor Website Builder – more than just a page builder
v3.6.4
Switch version
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
4.0.7
All 451 releases
Overview
Code
elementor
/
assets
/
css
/
modules
/
container-converter
/
editor.css
editor.css
in Elementor Website Builder – more than just a page builder 3.6.4, at assets/css/modules/container-converter/editor.css
22 lines
637 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
elementor-control-convert_to_container
.
elementor-button
.
e-loading
{
2
font-size
:
0
;
3
width
:
42
px
;
4
position
:
relative
;
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
:
12
px
;
10
animation
:
eicon-spin
2
s
infinite
linear
;
11
display
:
inline-block
;
12
position
:
absolute
;
13
left
:
50
%
;
14
top
:
50
%
;
15
margin-left
:
-6
px
;
16
margin-top
:
-6
px
;
}
17
18
.
elementor-control-convert_to_container
.
elementor-button
[
disabled
]
{
19
background-color
:
#
d5dadf
;
20
pointer-events
:
none
;
}
21
22
/*
# sourceMappingURL=editor.css.map
*/