diff options
Diffstat (limited to 'js/panels/Timeline/Span.reel/css')
-rw-r--r-- | js/panels/Timeline/Span.reel/css/Span.css | 66 |
1 files changed, 12 insertions, 54 deletions
diff --git a/js/panels/Timeline/Span.reel/css/Span.css b/js/panels/Timeline/Span.reel/css/Span.css index e5cb4263..040379ea 100644 --- a/js/panels/Timeline/Span.reel/css/Span.css +++ b/js/panels/Timeline/Span.reel/css/Span.css | |||
@@ -27,11 +27,8 @@ | |||
27 | opacity: 0.4; | 27 | opacity: 0.4; |
28 | } | 28 | } |
29 | 29 | ||
30 | /* | 30 | /* line 38, ../scss/Span.scss */ |
31 | * Easing picker | 31 | .container-easing-choice { |
32 | */ | ||
33 | /* line 42, ../scss/Span.scss */ | ||
34 | .container-easing { | ||
35 | position: absolute; | 32 | position: absolute; |
36 | top: 2px; | 33 | top: 2px; |
37 | right: 8px; | 34 | right: 8px; |
@@ -42,65 +39,26 @@ | |||
42 | background-color: #474747; | 39 | background-color: #474747; |
43 | } | 40 | } |
44 | 41 | ||
45 | /* line 54, ../scss/Span.scss */ | 42 | /* line 50, ../scss/Span.scss */ |
46 | .container-easing, | 43 | .container-easing-choice, |
47 | .container-easing .easing-choice, | 44 | .container-easing-choice .easing-choice, |
48 | .container-easing .easing-choices { | 45 | .container-easing-choices .easing-choices { |
46 | font-size: 10px; | ||
49 | width: 70px; | 47 | width: 70px; |
50 | white-space: nowrap; | 48 | white-space: nowrap; |
51 | } | 49 | } |
52 | 50 | ||
53 | /* line 59, ../scss/Span.scss */ | 51 | /* line 56, ../scss/Span.scss */ |
54 | .container-easing, | 52 | .container-easing-choice, |
55 | .container-easing .easing-choice { | 53 | .container-easing-choice .easing-choice { |
56 | height: 10px; | 54 | height: 10px; |
57 | } | 55 | } |
58 | 56 | ||
59 | /* line 62, ../scss/Span.scss */ | 57 | /* line 59, ../scss/Span.scss */ |
60 | .container-easing .easing-choice { | 58 | .container-easing-choice .easing-choice { |
61 | position: absolute; | 59 | position: absolute; |
62 | top: 0px; | 60 | top: 0px; |
63 | left: 3px; | 61 | left: 3px; |
64 | width: 67px; | 62 | width: 67px; |
65 | cursor: pointer; | 63 | cursor: pointer; |
66 | } | 64 | } |
67 | |||
68 | /* line 69, ../scss/Span.scss */ | ||
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 black; | ||
77 | color: white; | ||
78 | background-color: #474747; | ||
79 | overflow: hidden; | ||
80 | list-style-type: none; | ||
81 | margin: 0px; | ||
82 | padding: 0px; | ||
83 | } | ||
84 | |||
85 | /* line 84, ../scss/Span.scss */ | ||
86 | .container-easing .easing-choices li { | ||
87 | list-style-type: none; | ||
88 | margin: 0px; | ||
89 | padding: 0px; | ||
90 | padding-top: 2px; | ||
91 | padding-bottom: 2px; | ||
92 | padding-left: 3px; | ||
93 | cursor: pointer; | ||
94 | } | ||
95 | |||
96 | /* line 95, ../scss/Span.scss */ | ||
97 | .container-easing .easing-choices li:hover, | ||
98 | .container-easing .easing-choices li.easing-selected { | ||
99 | color: #242424; | ||
100 | background-color: #b2b2b2; | ||
101 | } | ||
102 | |||
103 | /* line 99, ../scss/Span.scss */ | ||
104 | .container-easing .easing-choices li.easing-selected { | ||
105 | cursor: default; | ||
106 | } | ||