src/widgets/Segments.css
changeset 944 8a6c9e3d0158
parent 882 61c384dda19e
child 982 cfcbac34d020
equal deleted inserted replaced
907:27b248a13355 944:8a6c9e3d0158
       
     1 /*
       
     2  * Segments Widget
       
     3  */
       
     4 
       
     5 .Ldt-Segments-List {
       
     6     width: 100%; height: 100%;
       
     7 }
       
     8 
       
     9 .Ldt-Segments-Segment {
       
    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);
       
    19 }
       
    20 
       
    21 .Ldt-Segments-Position {
       
    22     background: #fc00ff;
       
    23     position: absolute;
       
    24     top: 0;
       
    25     left: 0;
       
    26     margin-left: -1px;
       
    27     width: 2px;
       
    28     height: 100%;
       
    29 }