Browse
For agents
About
Easy Elements for Elementor – Addons & Website Templates
/
1.5.0
Easy Elements for Elementor – Addons & Website Templates
v1.5.0
Switch version
1.5.3
1.5.2
1.5.1
1.5.0
1.4.9
1.4.6
1.4.7
1.4.8
1.4.5
1.4.4
1.4.3
1.2.7
1.2.8
1.2.9
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.4.0
All 47 releases
Overview
Code
easy-elements
/
widgets
/
table
/
css
/
table.min.css
table.min.css
in Easy Elements for Elementor – Addons & Website Templates 1.5.0, at widgets/table/css/table.min.css
1 lines
1.2 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
:
root
{
--e-global-color-primary
:
#
FFD012
;
--e-global-color-secondary
:
#
0B3665
}
.
easyel-table
.
table
{
overflow
:
hidden
;
width
:
100
%
}
.
easyel-tooltip
{
position
:
relative
;
display
:
inline-block
;
cursor
:
pointer
;
line-height
:
0
;
top
:
3
px
;
left
:
4
px
}
.
easyel-tooltip
svg
{
height
:
1
em
;
width
:
1
em
}
.
easyel-tooltip
.
easyel-tooltip-content
{
position
:
absolute
;
bottom
:
125
%
;
left
:
50
%
;
transform
:
translateX
(
-50
%
)
;
background
:
#
121212
;
color
:
#
fff
;
padding
:
5
px
8
px
;
font-size
:
13
px
;
border-radius
:
4
px
;
white-space
:
nowrap
;
opacity
:
0
;
pointer-events
:
none
;
transition
:
opacity
.3
s
ease
,
transform
.3
s
ease
;
z-index
:
9999
}
.
easyel-tooltip
.
show
.
easyel-tooltip-content
{
opacity
:
1
;
pointer-events
:
auto
;
transform
:
translateX
(
-50
%
)
translateY
(
-5
px
)
}
.
easyel-header-icon
{
position
:
relative
;
display
:
inline-block
;
cursor
:
pointer
;
line-height
:
0
;
top
:
4
px
;
left
:
0
;
margin-right
:
10
px
}
.
easyel-header-icon
svg
{
width
:
15
px
;
height
:
auto
;
fill
:
currentColor
}
.
easyel-table-body
td
.
data-flex
{
display
:
flex
;
align-items
:
center
;
gap
:
10
px
}
.
easyel-table-body
.
easyel-table-image
{
width
:
100
%
;
max-width
:
40
px
;
height
:
40
px
;
-o-object-fit
:
cover
;
object-fit
:
cover
}
@
media
(
max-width
:
880
px
)
{
.
easyel-table
.
table
{
display
:
block
;
overflow
:
scroll
}
.
table
.
easyel-table
.
easyel-table-body
td
{
min-width
:
150
px
}
}