diff options
author | Jon Reid | 2012-05-23 15:44:41 -0700 |
---|---|---|
committer | Jon Reid | 2012-05-23 15:44:41 -0700 |
commit | a8dff9f5cb9dec84e6805118d49903710b361275 (patch) | |
tree | ee72f7455aa8fafd6f4a21a1bc899db6a905f27a /js/panels/Timeline/Span.reel/scss | |
parent | bae00e5a647b5b6a677857a1bb531273a89e781b (diff) | |
download | ninja-a8dff9f5cb9dec84e6805118d49903710b361275.tar.gz |
Timeline: Easing selection per keyframe.
Diffstat (limited to 'js/panels/Timeline/Span.reel/scss')
-rw-r--r-- | js/panels/Timeline/Span.reel/scss/Span.scss | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/js/panels/Timeline/Span.reel/scss/Span.scss b/js/panels/Timeline/Span.reel/scss/Span.scss index a39cf465..b3aff4d2 100644 --- a/js/panels/Timeline/Span.reel/scss/Span.scss +++ b/js/panels/Timeline/Span.reel/scss/Span.scss | |||
@@ -42,7 +42,7 @@ | |||
42 | .container-easing { | 42 | .container-easing { |
43 | position: absolute; | 43 | position: absolute; |
44 | top: 2px; | 44 | top: 2px; |
45 | right: 6px; | 45 | right: 8px; |
46 | font-size: 10px; | 46 | font-size: 10px; |
47 | line-height: 8px; | 47 | line-height: 8px; |
48 | border: 1px solid $color-menu-border; | 48 | border: 1px solid $color-menu-border; |
@@ -53,6 +53,7 @@ | |||
53 | .container-easing .easing-choice, | 53 | .container-easing .easing-choice, |
54 | .container-easing .easing-choices { | 54 | .container-easing .easing-choices { |
55 | width: 70px; | 55 | width: 70px; |
56 | white-space: nowrap; | ||
56 | } | 57 | } |
57 | .container-easing, | 58 | .container-easing, |
58 | .container-easing .easing-choice { | 59 | .container-easing .easing-choice { |
@@ -84,4 +85,17 @@ | |||
84 | list-style-type: none; | 85 | list-style-type: none; |
85 | margin: 0px; | 86 | margin: 0px; |
86 | padding: 0px; | 87 | padding: 0px; |
88 | padding-top: 2px; | ||
89 | padding-bottom: 2px; | ||
90 | padding-left: 3px; | ||
91 | cursor: pointer; | ||
92 | } | ||
93 | |||
94 | .container-easing .easing-choices li:hover, | ||
95 | .container-easing .easing-choices li.easing-selected { | ||
96 | color: $color-menu-hilite-text; | ||
97 | background-color: $color-menu-hilite-bg; | ||
98 | } | ||
99 | .container-easing .easing-choices li.easing-selected { | ||
100 | cursor: default; | ||
87 | } | 101 | } |