equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Segments Widget |
2 * Segments Widget |
3 */ |
3 */ |
4 |
4 |
5 .Ldt-Segments-List { |
|
6 width: 100%; height: 100%; |
|
7 } |
|
8 |
|
9 .Ldt-Segments-Segment { |
5 .Ldt-Segments-Segment { |
10 position: absolute; height: 100%; opacity: .5; filter:alpha(opacity=50); margin-left: -1px; border-left: 1px solid #ffffff; |
6 position: absolute; margin-left: -1px; border: 1px solid #ffffff; |
11 } |
|
12 |
|
13 .Ldt-Segments-Segment.inactive, .Ldt-Segments-Segment.unfound { |
|
14 opacity: .2; filter:alpha(opacity=20); |
|
15 } |
|
16 |
|
17 .Ldt-Segments-Segment.active, .Ldt-Segments-Segment.found { |
|
18 opacity: 1; filter:alpha(opacity=100); |
|
19 } |
7 } |
20 |
8 |
21 .Ldt-Segments-Position { |
9 .Ldt-Segments-Position { |
22 background: #fc00ff; |
10 background: #fc00ff; |
23 position: absolute; |
11 position: absolute; |
24 top: 0; |
12 top: -1px; |
25 left: 0; |
13 left: 0; |
26 margin-left: -1px; |
14 margin-left: -1px; |
27 width: 2px; |
15 width: 2px; |
28 height: 100%; |
16 bottom: -1px; |
|
17 z-index: 80000; |
29 } |
18 } |