aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Span.reel/scss
diff options
context:
space:
mode:
authorJon Reid2012-06-12 16:47:15 -0700
committerJon Reid2012-06-12 16:47:15 -0700
commitf97e4b6ab1db9fb7de18b2e44c1b0edcf2ba072d (patch)
treee2750ba885826ce0e1f819c2a4c1655f41308360 /js/panels/Timeline/Span.reel/scss
parent8c55dfcb0a669eef0a3bb406b70868078ef09810 (diff)
downloadninja-f97e4b6ab1db9fb7de18b2e44c1b0edcf2ba072d.tar.gz
Timeline: New popup menu for easing choices.
Diffstat (limited to 'js/panels/Timeline/Span.reel/scss')
-rw-r--r--js/panels/Timeline/Span.reel/scss/Span.scss64
1 files changed, 0 insertions, 64 deletions
diff --git a/js/panels/Timeline/Span.reel/scss/Span.scss b/js/panels/Timeline/Span.reel/scss/Span.scss
index b3aff4d2..6afb4780 100644
--- a/js/panels/Timeline/Span.reel/scss/Span.scss
+++ b/js/panels/Timeline/Span.reel/scss/Span.scss
@@ -35,67 +35,3 @@
35 opacity: 0.4; 35 opacity: 0.4;
36} 36}
37 37
38/*
39 * Easing picker
40 */
41
42.container-easing {
43 position: absolute;
44 top: 2px;
45 right: 8px;
46 font-size: 10px;
47 line-height: 8px;
48 border: 1px solid $color-menu-border;
49 color: $color-menu-text;
50 background-color: $color-menu-bg;
51}
52.container-easing,
53.container-easing .easing-choice,
54.container-easing .easing-choices {
55 width: 70px;
56 white-space: nowrap;
57}
58.container-easing,
59.container-easing .easing-choice {
60 height: 10px;
61}
62.container-easing .easing-choice {
63 position: absolute;
64 top: 0px;
65 left: 3px;
66 width: 67px;
67 cursor: pointer;
68}
69.container-easing .easing-choices {
70 position: absolute;
71 display: none;
72 bottom: -1px;
73 left: -1px;
74 z-index: 100;
75 height: auto;
76 border: 1px solid $color-menu-border;
77 color: $color-menu-text;
78 background-color: $color-menu-bg;
79 overflow: hidden;
80 list-style-type: none;
81 margin: 0px;
82 padding: 0px;
83}
84.container-easing .easing-choices li {
85 list-style-type: none;
86 margin: 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;
101}