# HG changeset patch # User Drew Perttula # Date 1495692898 0 # Node ID 5da62d53e12f35f578ffbc781b0e6df685f078eb # Parent 74229a30b418e2afc53fca3fe9b1113f2f2876ec turn inlineattrs back on Ignore-this: f8e015224d2882ba2dbb54d1d6234fe7 diff -r 74229a30b418 -r 5da62d53e12f light9/web/timeline/timeline-elements.html --- a/light9/web/timeline/timeline-elements.html Thu May 25 06:14:38 2017 +0000 +++ b/light9/web/timeline/timeline-elements.html Thu May 25 06:14:58 2017 +0000 @@ -228,12 +228,12 @@ /* outline: 2px solid red; */ } - - + @@ -321,10 +321,11 @@ #top { position: absolute; overflow: hidden; - background: #7b7b7b; + background: rgba(123, 123, 123, 0.71); border-radius: 6px; - box-shadow: 0 0 5px black; + border: 1px solid #313131; padding: 3px; + z-index: 2; }
diff -r 74229a30b418 -r 5da62d53e12f light9/web/timeline/timeline.coffee --- a/light9/web/timeline/timeline.coffee Thu May 25 06:14:38 2017 +0000 +++ b/light9/web/timeline/timeline.coffee Thu May 25 06:14:58 2017 +0000 @@ -487,7 +487,7 @@ makeCurveAdjusters: (curveWidth, yForV, worldPts) -> U = (x) -> @graph.Uri(x) - if 0 + if true @adjusterIds[@uri+'/offset'] = true @setAdjuster(@uri+'/offset', => new AdjustableFloatObject({ graph: @graph