src/widgets/Segments.css
author veltr
Mon, 23 Apr 2012 19:11:08 +0200
branchnew-model
changeset 875 43629caa77bc
child 876 03967b6ada7c
permissions -rw-r--r--
Big refactoring of widget files + started migration of segmentwidget

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

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

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

.Ldt-Segments-Segment.inactive {
    opacity: .4; filter:alpha(opacity=40);
}

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