-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathmodelInfo.css
More file actions
47 lines (47 loc) · 1.01 KB
/
modelInfo.css
File metadata and controls
47 lines (47 loc) · 1.01 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
.vp-model-select-box {
grid-column-gap: 5px;
align-items: start;
}
.vp-ins-select-title {
font-weight: bold;
color: var(--vp-font-highlight);
}
.vp-ins-select-container input.vp-ins-search {
width: 100%;
}
.vp-ins-select-container .vp-ins-search-icon {
position: absolute;
color: #C4C4C4;
right: 7px;
top: 7px;
}
.vp-ins-select-box {
border: 0.25px solid var(--vp-border-gray-color);
}
.vp-ins-select-list {
height: 150px;
width: 100%;
list-style: none;
margin: 0px;
padding: 0px 5px 0px 5px;
color: #696969;
overflow: auto;
}
.vp-ins-select-item {
padding-top: 3px;
padding-bottom: 3px;
cursor: pointer;
border-bottom: 0.25px solid var(--vp-light-gray-color);
}
.vp-ins-select-item.selected {
color: var(--vp-font-highlight);
background: var(--vp-light-gray-color);
}
.vp-ins-select-item:hover {
background: var(--vp-light-gray-color);
}
.vp-ins-parameter-box {
grid-column: 1/3;
min-height: 150px;
align-content: baseline;
}