diff options
Diffstat (limited to 'js/panels/Timeline/Span.reel/css')
-rw-r--r-- | js/panels/Timeline/Span.reel/css/Span.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/panels/Timeline/Span.reel/css/Span.css b/js/panels/Timeline/Span.reel/css/Span.css new file mode 100644 index 00000000..1583c20f --- /dev/null +++ b/js/panels/Timeline/Span.reel/css/Span.css | |||
@@ -0,0 +1,6 @@ | |||
1 | .tween_span{ | ||
2 | position: absolute; | ||
3 | height: 16px; | ||
4 | opacity: 0.3; | ||
5 | background-color: white; | ||
6 | } \ No newline at end of file | ||