-
-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathpip.css
More file actions
60 lines (57 loc) · 1.17 KB
/
pip.css
File metadata and controls
60 lines (57 loc) · 1.17 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
.vp-pip-inner-box {
min-height: 350px;
width: 90%;
margin: 10px 10px 10px 10px;
}
#vp-wrapper input.vp-pip-search {
width: 100%;
height: 25px;
}
#vp-wrapper select.vp-select.l {
width: 100%;
height: 30px;
margin-top: 10px;
padding-left: 25px;
background-position: 8px 50%;
background-image: url('../../resource/play-mini-fill(dark grey).svg');
}
.vp-pip-loading-box {
min-height: 300px;
margin-top: 10px;
}
.vp-pip-package-box {
max-height: 300px;
overflow: auto;
margin-top: 10px;
}
.vp-pip-package-table {
width: 100%;
}
.vp-pip-package-table td {
cursor: pointer;
}
.vp-pip-package-table tr:not(:first):hover {
background: #C4C4C4;
}
.vp-pip-package-table tr.selected {
color: var(--font-hightlight);
}
/* pip command line */
.vp-pip-add-btn {
width: 464px;
}
.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 {
background-image: url(../../resource/plus_circle.svg);
}
.vp-pip-del {
background-image: url(../../resource/close_big.svg);
}