actionsheet.less
5.43 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
/*!
*/
@import "../common/actionsheet.less";
@import "base.less";
/* ActionSheet */
.km-blackberry .km-shim.km-actionsheet-root > .k-animation-container
{
top: 0;
right: 0;
left: auto !important;
height: 100% !important;
width: 80% !important;
}
.km-blackberry.km-pane div.km-actionsheet-wrapper
{
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.km-blackberry .km-actionsheet
{
position: relative;
display: inline-block;
width: 100%;
border: 0;
vertical-align: middle;
padding: 0;
border-radius: 0;
.box-sizing(border-box);
}
.km-blackberry.km-pane .km-actionsheet-title
{
text-align: center;
}
.km-blackberry .km-actionsheet-title,
.km-blackberry .km-actionsheet-cancel
{
display: none;
}
.km-blackberry .km-actionsheet-wrapper:before
{
content: "\a0";
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0;
}
.km-blackberry .km-actionsheet > li > a
{
font-size: 1em;
font-weight: normal;
display: block;
line-height: 3rem;
padding: 0 1em;
border-radius: 0;
border-style: solid;
border-width: 0 0 @blackberry-border-width;
text-decoration: none;
white-space: nowrap;
}
.km-blackberry .km-actionsheet > li:nth-child(2) > a
{
border-top-width: @blackberry-border-width;
border-style: solid;
}