aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/Keyframe.scss
diff options
context:
space:
mode:
authorandrewdkim <adkim414@gmail.com>2019-06-21 17:32:45 -0400
committerandrewdkim <adkim414@gmail.com>2019-06-21 17:32:45 -0400
commitdf5c4abc3acbf67db44384ef000c893c61270fcc (patch)
tree514e2a0c539c5b49f819ed4d0858bbb32072fd82 /src/client/views/nodes/Keyframe.scss
parent1fa8e6c102b41bf99b7af9d803b6060284afc8b7 (diff)
tick marks
Diffstat (limited to 'src/client/views/nodes/Keyframe.scss')
-rw-r--r--src/client/views/nodes/Keyframe.scss9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/client/views/nodes/Keyframe.scss b/src/client/views/nodes/Keyframe.scss
index 930384c7f..afc16e3c0 100644
--- a/src/client/views/nodes/Keyframe.scss
+++ b/src/client/views/nodes/Keyframe.scss
@@ -4,14 +4,14 @@
height: 100%;
width: 5px;
background-color: green;
- position: absolute;
+ position: relative;
// pointer-events: none;
.menubox {
width: 200px;
height: 200px;
top: 50%;
- position: absolute;
+ position: relative;
background-color: $light-color;
.menutable{
tr:nth-child(odd){
@@ -24,7 +24,9 @@
left:-10px;
height:20px;
width:20px;
- background-color: black;
+ border-radius: 50%;
+ border: 1px black;
+ background-color: transparent;
top: calc(50% - 10px);
position:absolute;
}
@@ -32,6 +34,7 @@
right:-10px;
height:20px;
width:20px;
+ border-radius: 50%;
top:calc(50% - 10px);
background-color:black;
position:absolute;