buttongroup.less
5.46 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
/*!
*/
@import "../common/icons.less";
@import "../common/buttongroup.less";
@import "base.less";
/* ButtonGroup */
.km-blackberry .km-buttongroup
{
padding: .25em;
border-radius: @blackberry-border-radius + 1px;
border-collapse: separate;
background-image: none;
border-color: transparent;
}
.km-blackberry .km-navbar .km-buttongroup
{
font-size: .8em;
text-shadow: none;
top: 0;
margin-top: .16em;
height: auto;
line-height: 1.2em;
}
.km-blackberry .km-buttongroup > .km-button
{
display: inline-block;
border-right-width: 1px;
float: left;
.box-shadow(none);
}
.km-blackberry .km-content .km-buttongroup > .km-button
{
margin: 0 5px 0 0;
}
.km-blackberry .km-buttongroup > .km-button:after,
.km-blackberry .km-buttongroup > .km-button:before
{
display: none;
}
.km-blackberry .km-header > .km-buttongroup .km-button,
.km-blackberry .km-footer > .km-buttongroup .km-button,
.km-blackberry .km-content .km-buttongroup .km-button
{
padding: .3em 1.5em;
}
.km-root .km-blackberry .km-view .km-buttongroup > .km-state-active
{
border-radius: @blackberry-border-radius;
background: transparent;
}
.km-blackberry .km-buttongroup > .km-button:not(.km-state-active)
{
border-color: transparent;
background: transparent;
}
.km-blackberry .km-buttongroup > .km-button:last-child
{
margin-right: 0;
}