diff options
author | Jon Reid | 2012-06-14 14:29:37 -0700 |
---|---|---|
committer | Jon Reid | 2012-06-14 14:29:37 -0700 |
commit | 53bb51a38edc6fe7cc80c43d34027590a22a1d32 (patch) | |
tree | 72cf5f580f32c5f21f573c7812a3a387917ab01e /js/panels/Timeline/Span.reel/scss | |
parent | 0d226dd2aa36721feccb9ba3c67bd730f7a01201 (diff) | |
download | ninja-53bb51a38edc6fe7cc80c43d34027590a22a1d32.tar.gz |
Timeline: New easing menu.
Diffstat (limited to 'js/panels/Timeline/Span.reel/scss')
-rw-r--r-- | js/panels/Timeline/Span.reel/scss/Span.scss | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/js/panels/Timeline/Span.reel/scss/Span.scss b/js/panels/Timeline/Span.reel/scss/Span.scss index 6afb4780..31781f87 100644 --- a/js/panels/Timeline/Span.reel/scss/Span.scss +++ b/js/panels/Timeline/Span.reel/scss/Span.scss | |||
@@ -35,3 +35,31 @@ | |||
35 | opacity: 0.4; | 35 | opacity: 0.4; |
36 | } | 36 | } |
37 | 37 | ||
38 | .container-easing-choice { | ||
39 | position: absolute; | ||
40 | top: 2px; | ||
41 | right: 8px; | ||
42 | font-size: 10px; | ||
43 | line-height: 8px; | ||
44 | border: 1px solid $color-menu-border; | ||
45 | color: $color-menu-text; | ||
46 | background-color: $color-menu-bg; | ||
47 | } | ||
48 | .container-easing-choice, | ||
49 | .container-easing-choice .easing-choice, | ||
50 | .container-easing-choices .easing-choices { | ||
51 | font-size: 10px; | ||
52 | width: 70px; | ||
53 | white-space: nowrap; | ||
54 | } | ||
55 | .container-easing-choice, | ||
56 | .container-easing-choice .easing-choice { | ||
57 | height: 10px; | ||
58 | } | ||
59 | .container-easing-choice .easing-choice { | ||
60 | position: absolute; | ||
61 | top: 0px; | ||
62 | left: 3px; | ||
63 | width: 67px; | ||
64 | cursor: pointer; | ||
65 | } | ||