1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
.tree-refresh .fa {
width: 24px;
height: 24px;
line-height: 24px;
background-size: 18px;
background-position: 3px 3px;
margin-left: -30px;
position: absolute;
margin-right: 10px;
text-align: center;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome !important;
}
.ztree {
height: 100%;
background-color: inherit;
}
.basicContext {
background: #000;
border: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin: 0;
box-shadow: 0 3px 6px 0px rgba(0,0,0,0.16);
position: absolute;
opacity: 1;
padding: 6px 0;
z-index: 1000;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.basicContext, .basicContext * {
box-sizing: border-box;
}
.basicContextContainer {
position: fixed;
width: 100%;
height: 100%;
z-index: 1000;
-webkit-tap-highlight-color: transparent;
}
.basicContext tr {
margin: 0;
}
.basicContext__item {
cursor: pointer;
padding: 0 6px;
}
.basicContext td {
display: block;
padding: 0 15px;
text-decoration: none;
min-width: 150px;
width: auto;
opacity: 1;
white-space: nowrap;
line-height: 24px;
text-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
cursor: pointer;
}
.basicContext__icon {
padding-right: 5px;
}
.basicContext__item.basicContext__item--separator {
background: #181414;
border: 0;
border-top: none;
height: 1px;
min-height: 1px;
max-height: 1px;
padding: 0;
border-left: none;
text-shadow: 0 0 0 transparent;
box-shadow: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin: 2px 0;
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
tr:hover {
background-color: #463e3e;
}
.basicContext table {
border-spacing: 0 !important;
}
.basicContext__data {
padding: 0 6px;
}