jt
2021-06-10 5d0d028456874576560552f5a5c4e8b801786f11
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
.m-btn-downarrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  _vertical-align: middle;
}
a.m-btn-active {
  background-position: bottom right;
}
a.m-btn-active span.l-btn-left {
  background-position: bottom left;
}
a.m-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;
}
.m-btn-downarrow {
  background: url('images/menu_arrows.png') no-repeat 2px center;
}
a.m-btn-plain-active {
  border-color: #ddd;
  background-color: #E6E6E6;
  color: #444;
}