src/widgets/Segments.css
author veltr
Thu, 30 Aug 2012 13:16:33 +0200
changeset 944 8a6c9e3d0158
parent 882 61c384dda19e
child 982 cfcbac34d020
permissions -rw-r--r--
Merge with a882cc0c936f15f14929ce37958cd9518e8fa653

/*
 * Segments Widget
 */

.Ldt-Segments-List {
    width: 100%; height: 100%;
}

.Ldt-Segments-Segment {
    position: absolute; height: 100%; opacity: .5; filter:alpha(opacity=50); margin-left: -1px; border-left: 1px solid #ffffff;
}

.Ldt-Segments-Segment.inactive, .Ldt-Segments-Segment.unfound {
    opacity: .2; filter:alpha(opacity=20);
}

.Ldt-Segments-Segment.active, .Ldt-Segments-Segment.found {
    opacity: 1; filter:alpha(opacity=100);
}

.Ldt-Segments-Position {
    background: #fc00ff;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -1px;
    width: 2px;
    height: 100%;
}