src/widgets/Segments.css
branchnew-model
changeset 1020 198c2b79f5e1
parent 1019 3ab36f402b0c
equal deleted inserted replaced
1019:3ab36f402b0c 1020:198c2b79f5e1
     1 /*
     1 /*
     2  * Segments Widget
     2  * Segments Widget
     3  */
     3  */
     4 
     4 
       
     5 .Ldt-Segments-List {
       
     6     width: 100%; height: 100%;
       
     7 }
       
     8 
     5 .Ldt-Segments-Segment {
     9 .Ldt-Segments-Segment {
     6     position: absolute; margin-left: -1px; border: 1px solid #ffffff;
    10     position: absolute; height: 100%; opacity: .5; filter:alpha(opacity=50); margin-left: -1px; border-left: 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);
     7 }
    19 }
     8 
    20 
     9 .Ldt-Segments-Position {
    21 .Ldt-Segments-Position {
    10     background: #fc00ff;
    22     background: #fc00ff;
    11     position: absolute;
    23     position: absolute;
    12     top: -1px;
    24     top: 0;
    13     left: 0;
    25     left: 0;
    14     margin-left: -1px;
    26     margin-left: -1px;
    15     width: 2px;
    27     width: 2px;
    16     bottom: -1px;
    28     height: 100%;
    17     z-index: 80000;
       
    18 }
    29 }