diff options
author | Kruti Shah | 2012-02-08 10:50:46 -0800 |
---|---|---|
committer | Kruti Shah | 2012-02-08 10:50:46 -0800 |
commit | 8e8dadde520de60e5d556d7ca9bdecf7c98381fe (patch) | |
tree | 350db2035ae35f8ea20ce94f2e251eb7131f3437 /js/panels/Timeline/Span.reel | |
parent | 6787bda807ad3974b29cab77628cc5c3c1b06a9d (diff) | |
parent | a460855c2132bffc666582659520e575d687d0cd (diff) | |
download | ninja-8e8dadde520de60e5d556d7ca9bdecf7c98381fe.tar.gz |
Merge branch 'refs/heads/Timeline' into Timeline_updated
Diffstat (limited to 'js/panels/Timeline/Span.reel')
-rw-r--r-- | js/panels/Timeline/Span.reel/css/Span.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/panels/Timeline/Span.reel/css/Span.css b/js/panels/Timeline/Span.reel/css/Span.css index 1e988c6c..f239454d 100644 --- a/js/panels/Timeline/Span.reel/css/Span.css +++ b/js/panels/Timeline/Span.reel/css/Span.css | |||
@@ -1,10 +1,11 @@ | |||
1 | .tween_span{ | 1 | .tween_span{ |
2 | position: absolute; | 2 | position: absolute; |
3 | height: 16px; | 3 | height: 16px; |
4 | opacity: 0.3; | 4 | opacity: 0.15; |
5 | background-color: white; | 5 | background-color: white; |
6 | } | 6 | } |
7 | 7 | ||
8 | .tween_span.spanHighlight{ | 8 | .tween_span.spanHighlight{ |
9 | background-color: #a0c8ff; | 9 | background-color: #a0c8ff; |
10 | opacity: 0.4; | ||
10 | } \ No newline at end of file | 11 | } \ No newline at end of file |