--- a/src/widgets/Segments.css Mon Apr 23 19:11:08 2012 +0200
+++ b/src/widgets/Segments.css Tue Apr 24 20:25:40 2012 +0200
@@ -3,15 +3,15 @@
}
.Ldt-Segments-Segment {
- position: absolute; height: 100%; opacity: .7; filter:alpha(opacity=70); margin-left: -1px; border-left: 1px solid #ffffff;
+ position: absolute; height: 100%; opacity: .5; filter:alpha(opacity=50); margin-left: -1px; border-left: 1px solid #ffffff;
}
-.Ldt-Segments-Segment.active {
- opacity: 1; filter:alpha(opacity=100);
+.Ldt-Segments-Segment.inactive, .Ldt-Segments-Segment.unfound {
+ opacity: .2; filter:alpha(opacity=20);
}
-.Ldt-Segments-Segment.inactive {
- opacity: .4; filter:alpha(opacity=40);
+.Ldt-Segments-Segment.active, .Ldt-Segments-Segment.found {
+ opacity: 1; filter:alpha(opacity=100);
}
.Ldt-Segments-Position {