diff options
author | Jonathan Duran | 2012-02-07 21:28:14 -0800 |
---|---|---|
committer | Jonathan Duran | 2012-02-07 21:28:14 -0800 |
commit | 8cb53b7ec3b4f34fd77945256ad80bc1ae54b887 (patch) | |
tree | 1a626e27a32251d2820b6ee23d03452e479d1122 /js/panels/Timeline/Span.reel/css | |
parent | 156b0648c6b046f74303221ce632a49fb28c9a8a (diff) | |
download | ninja-8cb53b7ec3b4f34fd77945256ad80bc1ae54b887.tar.gz |
Add Span color highlight for animated spans and restyle keyframes
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/Span.reel/css')
-rw-r--r-- | js/panels/Timeline/Span.reel/css/Span.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/panels/Timeline/Span.reel/css/Span.css b/js/panels/Timeline/Span.reel/css/Span.css index 1583c20f..1e988c6c 100644 --- a/js/panels/Timeline/Span.reel/css/Span.css +++ b/js/panels/Timeline/Span.reel/css/Span.css | |||
@@ -3,4 +3,8 @@ | |||
3 | height: 16px; | 3 | height: 16px; |
4 | opacity: 0.3; | 4 | opacity: 0.3; |
5 | background-color: white; | 5 | background-color: white; |
6 | } | ||
7 | |||
8 | .tween_span.spanHighlight{ | ||
9 | background-color: #a0c8ff; | ||
6 | } \ No newline at end of file | 10 | } \ No newline at end of file |