diff options
author | Jonathan Duran | 2012-02-23 08:08:30 -0800 |
---|---|---|
committer | Jonathan Duran | 2012-02-23 08:08:30 -0800 |
commit | cf671b4855ecca0278128e82459691292a3d3dc9 (patch) | |
tree | 13a93345dc2427a0403c94ced3dfd5093d146310 /js/panels/Timeline/TimelineTrack.reel/css | |
parent | a712e134ea94b6a21061c1bd272ce15b1f95b986 (diff) | |
download | ninja-cf671b4855ecca0278128e82459691292a3d3dc9.tar.gz |
Timeline: Create new PropertyTrack subcomponent, and use it in the TimelineTrack component.
Cherry pick commit from jreid/Timeline-jreid
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel/css')
-rw-r--r-- | js/panels/Timeline/TimelineTrack.reel/css/TimelineTrack.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/css/TimelineTrack.css b/js/panels/Timeline/TimelineTrack.reel/css/TimelineTrack.css index 842015e9..7a778e25 100644 --- a/js/panels/Timeline/TimelineTrack.reel/css/TimelineTrack.css +++ b/js/panels/Timeline/TimelineTrack.reel/css/TimelineTrack.css | |||
@@ -53,14 +53,3 @@ | |||
53 | background-color: #474747; | 53 | background-color: #474747; |
54 | color: white; | 54 | color: white; |
55 | } | 55 | } |
56 | |||
57 | /* line 63, ../scss/TimelineTrack.scss */ | ||
58 | .tl_layertracks .collapsible-content .timeline-track { | ||
59 | height: 20px; | ||
60 | border-bottom: 1px solid #505050; | ||
61 | } | ||
62 | |||
63 | /* line 69, ../scss/TimelineTrack.scss */ | ||
64 | .timeline-track .content-main { | ||
65 | background-color: #474747; | ||
66 | } | ||