src/widgets/Segments.css
branchnew-model
changeset 876 03967b6ada7c
parent 875 43629caa77bc
child 882 61c384dda19e
equal deleted inserted replaced
875:43629caa77bc 876:03967b6ada7c
     1 .Ldt-Segments-List {
     1 .Ldt-Segments-List {
     2     width: 100%; height: 100%;
     2     width: 100%; height: 100%;
     3 }
     3 }
     4 
     4 
     5 .Ldt-Segments-Segment {
     5 .Ldt-Segments-Segment {
     6     position: absolute; height: 100%; opacity: .7; filter:alpha(opacity=70); margin-left: -1px; border-left: 1px solid #ffffff;
     6     position: absolute; height: 100%; opacity: .5; filter:alpha(opacity=50); margin-left: -1px; border-left: 1px solid #ffffff;
     7 }
     7 }
     8 
     8 
     9 .Ldt-Segments-Segment.active {
     9 .Ldt-Segments-Segment.inactive, .Ldt-Segments-Segment.unfound {
    10     opacity: 1; filter:alpha(opacity=100);
    10     opacity: .2; filter:alpha(opacity=20);
    11 }
    11 }
    12 
    12 
    13 .Ldt-Segments-Segment.inactive {
    13 .Ldt-Segments-Segment.active, .Ldt-Segments-Segment.found {
    14     opacity: .4; filter:alpha(opacity=40);
    14     opacity: 1; filter:alpha(opacity=100);
    15 }
    15 }
    16 
    16 
    17 .Ldt-Segments-Position {
    17 .Ldt-Segments-Position {
    18     background: #fc00ff;
    18     background: #fc00ff;
    19     position: absolute;
    19     position: absolute;