Browse
For agents
About
WPIDE – File Manager & Code Editor
/
3.5.5
WPIDE – File Manager & Code Editor
v3.5.5
Switch version
3.5.8
3.5.7
2.0.14
2.0.15
2.0.16
2.0.2
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.1
2.2
2.3
2.3.1
2.3.2
2.4.0
2.5
2.6
3.0
3.1
3.2
3.3
3.4
All 54 releases
Overview
Code
wpide
/
dist
/
css
/
FileManager-Tree.css
FileManager-Tree.css
in WPIDE – File Manager & Code Editor 3.5.5, at dist/css/FileManager-Tree.css
4 lines
1.9 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
node-actions
{
z-index
:
1
;
color
:
var
(
--wpide-accent-color
)
;
padding
:
0
;
top
:
3
px
;
opacity
:
0
;
visibility
:
hidden
}
.
node-tree
>
span
:
hover
.
dropdown
>
.
node-actions
{
background
:
inherit
;
color
:
var
(
--wpide-accent-color
)
;
opacity
:
1
;
visibility
:
visible
}
2
.
tree
[
data-v-c2d0373a
]
{
height
:
450
px
}
.
tree
>
.
tree-list
[
data-v-c2d0373a
]
{
padding-left
:
20
px
}
.
tree-list
ul
[
data-v-c2d0373a
]
{
padding-left
:
25
px
}
.
node-tree
>
span
[
data-v-c2d0373a
]
{
display
:
inline-flex
;
align-items
:
baseline
;
position
:
relative
;
white-space
:
nowrap
;
width
:
auto
;
min-width
:
100
%
;
margin-right
:
20
px
;
margin-bottom
:
2
px
}
.
node-tree
>
span
>
a
[
data-v-c2d0373a
]
{
color
:
var
(
--wpide-base-color
)
;
font-weight
:
bold
;
position
:
relative
;
z-index
:
1
}
.
dark-mode
.
node-tree
>
span
>
a
[
data-v-c2d0373a
]
{
color
:
inherit
}
.
node-tree
>
span
>
a
[
data-v-c2d0373a
]
:
first-child
{
font-size
:
20
px
;
margin-right
:
5
px
}
.
node-tree
>
span
>
a
.
node-name
[
data-v-c2d0373a
]
{
flex
:
1
}
.
node-tree
>
span
>
a
.
icon
[
data-v-c2d0373a
]
{
width
:
25
px
;
display
:
block
}
.
node-tree
>
span
.
activeIndex
[
data-v-c2d0373a
]
{
position
:
absolute
;
top
:
calc
(
50
%
+
1
px
)
;
left
:
calc
(
-100
%
-
.6
rem
)
;
transform
:
translateY
(
-50
%
)
;
z-index
:
1
;
font-style
:
inherit
;
padding
:
calc
(
.65
rem
-
5.5
px
)
;
border-radius
:
500
px
;
background
:
var
(
--wpide-accent-color
)
;
width
:
1.3
rem
;
height
:
1.3
rem
;
text-align
:
center
;
line-height
:
11
px
;
color
:
#
fff
;
font-size
:
11
px
}
.
node-tree
>
span
.
active
[
data-v-c2d0373a
]
:
before
,
.
node-tree
>
span
[
data-v-c2d0373a
]
:
hover
:
before
{
background
:
var
(
--wpide-bg-light
)
;
content
:
"
"
;
position
:
absolute
;
left
:
-0.4
rem
;
top
:
.1
rem
;
width
:
calc
(
100
%
+
.8
rem
)
;
height
:
100
%
;
z-index
:
1
;
border-radius
:
3
px
}
.
dark-mode
.
node-tree
>
span
.
active
[
data-v-c2d0373a
]
:
before
,
.
dark-mode
.
node-tree
>
span
[
data-v-c2d0373a
]
:
hover
:
before
{
background
:
var
(
--wpide-light-800
)
}
.
node-tree
>
span
.
ni-loader
[
data-v-c2d0373a
]
{
position
:
absolute
;
top
:
25
%
;
left
:
0
;
width
:
auto
;
height
:
auto
;
transform
:
translateY
(
-50
%
)
;
color
:
var
(
--wpide-accent-color
)
}
3
.
tree
[
data-v-6c2aafd4
]
{
height
:
450
px
}
.
tree-list
[
data-v-6c2aafd4
]
{
padding-bottom
:
20
px
}
.
tree-list
ul
[
data-v-6c2aafd4
]
{
padding-left
:
25
px
}
4