Browse
For agents
About
Themify Builder
/
7.8.0
Themify Builder
v7.8.0
Switch version
7.8.1
7.8.0
7.7.9
7.7.8
7.7.7
7.7.6
7.7.5
7.7.4
7.7.3
7.7.2
trunk
7.6.0
7.6.1
7.6.2
7.6.3
7.6.4
7.6.5
7.6.6
7.6.7
7.6.8
7.6.9
7.7.0
7.7.1
Overview
Code
themify-builder
/
css
/
modules
/
video_styles
/
play_button.css
play_button.css
in Themify Builder 7.8.0, at css/modules/video_styles/play_button.css
1 lines
435 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
tb_video_play
{
border
:
5
px
solid
#
fff
;
border-radius
:
50
%
;
contain
:
layout paint
;
padding
:
1.1
em
;
z-index
:
1
}
.
tb_video_play
:
before
{
border-color
:
transparent
transparent
transparent
#
fff
;
border-style
:
solid
;
border-width
:
15
px
0
15
px
30
px
;
content
:
"
"
;
display
:
inline-block
;
height
:
0
;
margin-left
:
3
px
;
vertical-align
:
middle
;
width
:
0
}
.
tb_video_overlay
{
box-sizing
:
border-box
;
cursor
:
pointer
;
transition
:
opacity
.5
s
;
z-index
:
6
}
.
tb_video_overlay
:
hover
{
opacity
:
.6
}