src/widgets/Segments.css
branchnew-model
changeset 875 43629caa77bc
child 876 03967b6ada7c
equal deleted inserted replaced
874:38b65761a7d5 875:43629caa77bc
       
     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 }