actionsheet.less
4.76 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
/*!
*/
@import "../common/actionsheet.less";
@import "base.less";
/* ActionSheet */
.km-nova .km-actionsheet > li > a {
font-weight: normal;
text-align: left;
}
.km-nova li.km-actionsheet-cancel > a {
font-weight: bold;
}
.km-nova .km-shim li.km-actionsheet-title {
border-width: 0 0 1px;
border-style: solid;
font-size: 1.2em;
text-indent: 0;
margin-top: 0;
font-weight: normal;
padding: 1.17em .7em .39em;
}
.km-nova .km-actionsheet > li:last-child > a {
border: 0;
}
.km-nova .km-popup li.km-actionsheet-title {
display: none;
}
.km-nova .k-overflow-wrapper .km-actionsheet-wrapper .km-actionsheet {
border: 0;
}