-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathinstance_old.css
More file actions
100 lines (97 loc) · 2.21 KB
/
instance_old.css
File metadata and controls
100 lines (97 loc) · 2.21 KB
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
.vp-option-title {
display: inline-block;
color: #696969;
font-weight: 700;
font-size: 13px;
line-height: 15.6px;
margin: 16px 0px 14px 14px;
}
.vp-var-api-box {
color: #696969;
background-color: #F5F5F5;
padding: 10px 15px;
max-width: 90%;
max-height: 100px;
overflow: auto;
}
.vp-var-api-list {
list-style: none;
margin-block-start: 0px;
margin-block-end: 0px;
margin-inline-start: 16px;
margin-inline-end: 0px;
padding-inline-start: 0px;
color: #696969;
}
.vp-var-api-list .vp-var-api-item {
font-weight: 400;
cursor: pointer;
margin-bottom: 2px;
}
#vp_varRefresh {
color: var(--api-console-bg);
cursor: pointer;
display: inline-block;
margin-left: 3px;
width: 15px;
height: 15px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
background: transparent;
background-image: url(../../resource/pandas/refresh.png);
}
.vp-icon-btn {
cursor: pointer;
width: 15px;
height: 15px;
display: inline-block;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
.vp-add-col {
/*color: var(--font-hightlight);*/
background-image: url(../../resource/plus_circle.svg);
}
.vp-del-col,
.vp-close-view {
background-image: url(../../resource/close_big.svg);
}
.vp-close-view {
z-index: 99;
float: right;
}
/* variable view style */
.vp-var-view-box {
display: none;
position: absolute;
width: 350px;
height: 200px;
border: 0.25px solid #C4C4C4;
background: #FFFFFF;
color: #696969;
padding: 5px;
z-index: 99;
right: 4%;
}
#vp-wrapper .vp-var-view-box .vp-var-view-div {
max-height: 84px;
overflow: auto;
}
#vp-wrapper .vp-var-view-box table.vp-option-table.vp-var-view-list,
#vp-wrapper .vp-var-view-box table.vp-option-table.vp-var-view-detail {
margin-left: 10px;
}
#vp-wrapper .vp-var-view-box .vp-var-view-list tbody tr:hover {
background: #C4C4C4;
padding: 3px;
cursor: pointer;
}
#vp-wrapper .vp-var-view-box .vp-var-view-list tbody tr.selected {
color: var(--font-hightlight);
}
#vp_varDetailArray {
max-height: 50px;
overflow: auto;
}