File tree Expand file tree Collapse file tree 3 files changed +267
-103
lines changed Expand file tree Collapse file tree 3 files changed +267
-103
lines changed Original file line number Diff line number Diff line change 18
18
# vp-wrapper .vp-ins-select-container input .vp-ins-search {
19
19
width : 100% ;
20
20
}
21
+ # vp-wrapper .vp-ins-select-container .vp-ins-search-icon {
22
+ position : absolute;
23
+ color : # C4C4C4 ;
24
+ right : 7px ;
25
+ top : 7px ;
26
+ }
21
27
.vp-ins-select-box {
22
28
margin-top : 5px ;
23
29
border : 0.25px solid # C4C4C4 ;
47
53
background : # b0b0b0 ;
48
54
}
49
55
.vp-ins-select-item {
50
- margin -top: 3px ;
51
- margin -bottom: 3px ;
56
+ padding -top: 3px ;
57
+ padding -bottom: 3px ;
52
58
cursor : pointer;
59
+ border-bottom : 0.25px solid var (--light-gray-color );
60
+ }
61
+ .vp-ins-select-item .selected {
62
+ color : var (--hightlight-color );
63
+ background : var (--light-gray-color );
53
64
}
54
65
.vp-ins-select-item span {
55
66
background : # e0e0e0 ;
58
69
margin-right : 5px ;
59
70
}
60
71
.vp-ins-select-item : hover {
61
- color : # F37704 ;
72
+ background : var ( --light-gray-color ) ;
62
73
}
63
74
.vp-ins-select-item : hover span {
64
- background : # F37704 ;
75
+ background : var ( --hightlight-color ) ;
65
76
color : # FFFFFF ;
66
77
}
67
78
.vp-ins-option-box .api {
73
84
}
74
85
.vp-ins-parameter {
75
86
width : 100% !important ;
87
+ }
88
+
89
+ .vp-create-var-box {
90
+ position : relative;
91
+ margin-top : 5px ;
92
+ }
93
+ # vp-wrapper .vp-ins-select-container .vp-create-var {
94
+ width : 100% ;
95
+ }
96
+ # vp-wrapper .vp-ins-select-container .vp-create-var-btn {
97
+ position : absolute;
98
+ color : # C4C4C4 ;
99
+ right : 5px ;
100
+ top : 5px ;
101
+ cursor : pointer;
76
102
}
Original file line number Diff line number Diff line change 49
49
/* udf editor - CodeMirror */
50
50
# vp-wrapper .vp-option-page .vp-instance-box .CodeMirror {
51
51
display : inline-block;
52
- width : calc (100% - 60 px );
52
+ width : calc (100% - 55 px );
53
53
height : 30px ;
54
54
border : 1px solid silver;
55
55
overflow : hidden;
You can’t perform that action at this time.
0 commit comments