equal
deleted
inserted
replaced
|
1 .Ldt-Segments-List { |
|
2 width: 100%; height: 100%; |
|
3 } |
|
4 |
|
5 .Ldt-Segments-Segment { |
|
6 position: absolute; height: 100%; opacity: .7; filter:alpha(opacity=70); margin-left: -1px; border-left: 1px solid #ffffff; |
|
7 } |
|
8 |
|
9 .Ldt-Segments-Segment.active { |
|
10 opacity: 1; filter:alpha(opacity=100); |
|
11 } |
|
12 |
|
13 .Ldt-Segments-Segment.inactive { |
|
14 opacity: .4; filter:alpha(opacity=40); |
|
15 } |
|
16 |
|
17 .Ldt-Segments-Position { |
|
18 background: #fc00ff; |
|
19 position: absolute; |
|
20 top: 0; |
|
21 left: 0; |
|
22 margin-left: -1px; |
|
23 width: 2px; |
|
24 height: 100%; |
|
25 } |