aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/animationtimeline/TimelineOverview.scss
diff options
context:
space:
mode:
authorandrewdkim <adkim414@gmail.com>2019-08-14 16:08:01 -0400
committerandrewdkim <adkim414@gmail.com>2019-08-14 16:08:01 -0400
commite04277caf25be1c657a2f779a64eb5fcb4e19461 (patch)
tree327c8c1328f88aa56db3760effceacc28a491fe3 /src/client/views/animationtimeline/TimelineOverview.scss
parent46f4945d38ca9423f1114fb4c4b4f4a72389a89e (diff)
UI improvements, pointerevents, and improved overview
Diffstat (limited to 'src/client/views/animationtimeline/TimelineOverview.scss')
-rw-r--r--src/client/views/animationtimeline/TimelineOverview.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/animationtimeline/TimelineOverview.scss b/src/client/views/animationtimeline/TimelineOverview.scss
index 21988927d..9e69c2adf 100644
--- a/src/client/views/animationtimeline/TimelineOverview.scss
+++ b/src/client/views/animationtimeline/TimelineOverview.scss
@@ -1,16 +1,17 @@
+@import "./../globalCssVariables.scss";
+
.timeline-overview-container{
width: 300px;
height: 40px;
margin-top: 10px;
margin-left: 20px;
background: white;
- border: 1px solid black;
+ border: 2px solid black;
padding: 0px;
display:inline-block;
.timeline-overview-visible{
height: 100%;
background: green;
- border: 1px solid black;
margin: 0px;
}
.timeline-overview-scrubber-container{