diff options
author | andrewdkim <adkim414@gmail.com> | 2019-06-19 14:35:51 -0400 |
---|---|---|
committer | andrewdkim <adkim414@gmail.com> | 2019-06-19 14:35:51 -0400 |
commit | da2157616ca4e614dacbf26fb5fa6758b51a209e (patch) | |
tree | 1186e684697bbaca190ec7b536f79668772fc90c /src/client/views/nodes/Timeline.scss | |
parent | 454dfcbcc7cf9ac8b859c3457c6e75efb1a2b12f (diff) |
addable track
Diffstat (limited to 'src/client/views/nodes/Timeline.scss')
-rw-r--r-- | src/client/views/nodes/Timeline.scss | 13 |
1 files changed, 13 insertions, 0 deletions
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%; |