FFile.less
1.23 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
.wev-field.wev-vertical .wev-file-wrapper .wev-upload{
background: none;
vertical-align: middle;
margin-top:8px;
width: 100% !important;
height: auto !important;
padding: 12px 9px 12px 30px;
box-sizing: border-box;
border: 1px dashed #d9d9d9;
}
.wev-field.wev-vertical .wev-file-wrapper .wev-upload i.wev-plus-icon{
left: 3px;
}
.wev-field.wev-vertical .wev-file-wrapper .wev-upload > span{
position: static;
font-size: @font-size-base - 1;
color: var(--themeColor);
text-align: left;
}
.wev-field.wev-vertical .wev-file-wrapper .wev-upload input[type="file"] {
width: 100%;
height: 40px;
}
.wev-field.wev-vertical .wev-file{
padding-right:0px;
}
.wev-field.wev-vertical .wev-file.wev-file-edit{
line-height: normal;
border: 1px solid #d9d9d9;
padding: 12px 30px 12px 30px;
background-position-x: 9px;
margin-top: 5px;
}
.wev-field.wev-vertical .wev-file > span{
display:block;
border-bottom:0;
}
.wev-field.wev-vertical .wev-file.wev-file-edit:after{
top: 50%;
right: 6px;
transform: translateY(-50%);
background: ~'url(/mobilemode/mobile/images/plugin/clear.png) no-repeat center/16px';
z-index: 0;
}
.wev-comp-FFile .wev-field > div:nth-child(2) i{
top: 50%;
transform: translateY(-50%);
}