diff options
Diffstat (limited to 'js/panels/Timeline/Span.reel/css')
-rw-r--r-- | js/panels/Timeline/Span.reel/css/Span.css | 17 |
1 files changed, 17 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..198d71f3 --- /dev/null +++ b/js/panels/Timeline/Span.reel/css/Span.css | |||
@@ -0,0 +1,17 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | |||
7 | .tween_span{ | ||
8 | position: absolute; | ||
9 | height: 16px; | ||
10 | opacity: 0.15; | ||
11 | background-color: white; | ||
12 | } | ||
13 | |||
14 | .tween_span.spanHighlight{ | ||
15 | background-color: #a0c8ff; | ||
16 | opacity: 0.4; | ||
17 | } \ No newline at end of file | ||