Browse
For agents
About
Themify Builder
/
trunk
Themify Builder
vtrunk
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
/
themify
/
css
/
modules
/
dropdown.css
dropdown.css
in Themify Builder trunk, at themify/css/modules/dropdown.css
1 lines
622 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
with-sub-arrow
.
child-arrow
{
cursor
:
pointer
}
.
with-sub-arrow
.
child-arrow
:
after
,
.
with-sub-arrow
.
child-arrow
:
before
{
background
:
currentColor
;
border-radius
:
var
(
--theme_rounded
,
8
px
)
;
content
:
"
"
;
height
:
1
px
;
left
:
10
px
;
position
:
absolute
;
top
:
50
%
;
transform
:
rotate
(
45
deg
)
;
transition
:
transform
.3
s
ease-in-out
;
width
:
8
px
;
z-index
:
9999
}
.
with-sub-arrow
.
child-arrow
:
after
{
left
:
15
px
;
transform
:
rotate
(
-45
deg
)
}
.
child-arrow
.
open
:
before
{
margin-bottom
:
0
;
transform
:
rotate
(
-225
deg
)
}
.
with-sub-arrow
ul
.
child-arrow
:
before
{
margin-bottom
:
0
;
transform
:
rotate
(
-135
deg
)
}
.
with-sub-arrow
ul
.
child-arrow
.
open
:
before
{
margin-bottom
:
0
;
transform
:
rotate
(
45
deg
)
}