From da2157616ca4e614dacbf26fb5fa6758b51a209e Mon Sep 17 00:00:00 2001 From: andrewdkim Date: Wed, 19 Jun 2019 14:35:51 -0400 Subject: addable track --- src/client/views/nodes/Timeline.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/client/views/nodes/Timeline.scss') diff --git a/src/client/views/nodes/Timeline.scss b/src/client/views/nodes/Timeline.scss index 102515b6a..a7b0323ff 100644 --- a/src/client/views/nodes/Timeline.scss +++ b/src/client/views/nodes/Timeline.scss @@ -8,6 +8,19 @@ .toolbox{ padding-top:10px; } + .scrubberbox{ + z-index:10; + background-color: black; + height: 20px; + margin-left:calc(10% + 100px); + width: calc(80% - 100px); + .scrubber{ + z-index:10; + height:300px; + width: 5px; + background-color:green; + } + } .trackbox{ height:60%; width:80%; -- cgit v1.2.3-70-g09d2