-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProcessCustomUploadNames.css
More file actions
58 lines (48 loc) · 972 Bytes
/
Copy pathProcessCustomUploadNames.css
File metadata and controls
58 lines (48 loc) · 972 Bytes
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
li.InputfieldWrapper:has(> .Inputfields > .cun-header-wrap) {
margin-top: 20px !important;
clear: both;
width: 100% !important;
}
li.InputfieldWrapper:has(> .Inputfields > .cun-header-wrap):first-child {
margin-top: 0 !important;
}
.cun-header-wrap {
padding: 0 !important;
}
.cun-header {
cursor: move;
display: flex;
align-items: center;
padding: 7px 10px;
background: #dfe1e6;
font-size: 13px;
line-height: 1.4;
}
.cun-header .cun-rule-num {
font-weight: 600;
font-size: 13px;
}
.cun-header .InputfieldRepeaterDrag {
cursor: move;
opacity: 0.7;
margin-right: 8px;
}
.cun-header .InputfieldRepeaterDrag:hover {
opacity: 1;
}
.cun-header .cun-header-actions {
margin-left: auto;
}
.cun-header .deleterow {
cursor: pointer;
opacity: 0.7;
}
.cun-header .deleterow:hover {
opacity: 1;
color: #b40000;
}
#addRule {
display: block;
margin: 1em 0;
clear: left;
}