src/widgets/Segments.css
branchnew-model
changeset 1020 198c2b79f5e1
parent 1019 3ab36f402b0c
--- a/src/widgets/Segments.css	Thu Jan 02 16:40:25 2014 +0100
+++ b/src/widgets/Segments.css	Thu Jan 02 16:49:20 2014 +0100
@@ -2,17 +2,28 @@
  * Segments Widget
  */
 
+.Ldt-Segments-List {
+    width: 100%; height: 100%;
+}
+
 .Ldt-Segments-Segment {
-    position: absolute; margin-left: -1px; border: 1px solid #ffffff;
+    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: -1px;
+    top: 0;
     left: 0;
     margin-left: -1px;
     width: 2px;
-    bottom: -1px;
-    z-index: 80000;
+    height: 100%;
 }
\ No newline at end of file