aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Keyframe.reel/css/Keyframe.css
blob: e66bcf105c2cf544fe4b7b71dfec90b47c58687b (plain)
1
2
3
4
5
6
7
8
9
10
11
.tween_keyframe{
    position: absolute;
    height: 16px;
    width: 4px;
    background-color: white;
    z-index: 23;
}

.tween_keyframe.keyframeSelected{
    background-color: blue;
}