diff options
| author | monikahedman <monika_hedman@brown.edu> | 2020-01-14 19:35:47 -0500 |
|---|---|---|
| committer | monikahedman <monika_hedman@brown.edu> | 2020-01-14 19:35:47 -0500 |
| commit | 95e321930a5e6f5a6fd86047542615dff49813f2 (patch) | |
| tree | c0b383841da791ddfe5fc1c1cbe1faef7dd8224f /src/client/views/animationtimeline/TimelineOverview.scss | |
| parent | b481a3a3d95a7481c785373b9a088c442488dfde (diff) | |
color fixes
Diffstat (limited to 'src/client/views/animationtimeline/TimelineOverview.scss')
| -rw-r--r-- | src/client/views/animationtimeline/TimelineOverview.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/animationtimeline/TimelineOverview.scss b/src/client/views/animationtimeline/TimelineOverview.scss index c643b978b..3517d3f39 100644 --- a/src/client/views/animationtimeline/TimelineOverview.scss +++ b/src/client/views/animationtimeline/TimelineOverview.scss @@ -38,7 +38,7 @@ $timelineColor: #9acedf; position: absolute; height: 10px; width: 10px; - // background-color: black; + background-color: black; border-radius: 50%; // border: 3px solid black; left: -4px; @@ -68,9 +68,9 @@ $timelineColor: #9acedf; height: 20px; border-radius: 50%; background-color: white; - border: 3px $timelineColor; + border: 3px solid $timelineColor; left: 0px; - top: -10px; + top: -8px; cursor: pointer; } } |
