splitbutton.css
981 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
.s-btn-downarrow {
display: inline-block;
margin: 0 0 0 4px;
padding: 0 0 0 1px;
width: 14px;
height: 16px;
line-height: 16px;
border-width: 0;
border-style: solid;
font-size: 12px;
_vertical-align: middle;
}
a.s-btn-active {
background-position: bottom right;
}
a.s-btn-active span.l-btn-left {
background-position: bottom left;
}
a.s-btn-plain-active {
background: transparent;
padding: 0 5px 0 0;
border-width: 1px;
border-style: solid;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
}
.s-btn-downarrow {
background: url('images/menu_arrows.png') no-repeat 2px center;
border-color: #84909c;
}
a:hover.l-btn .s-btn-downarrow,
a.s-btn-active .s-btn-downarrow,
a.s-btn-plain-active .s-btn-downarrow {
background-position: 1px center;
padding: 0;
border-width: 0 0 0 1px;
}
a.s-btn-plain-active {
border-color: #E6E6E6;
background-color: #E6E6E6;
color: #404040;
}