diff options
author | Jon Reid | 2012-04-11 16:18:33 -0700 |
---|---|---|
committer | Jon Reid | 2012-04-11 16:18:33 -0700 |
commit | 79e9e90afa0b42238d44057eb518ca50a47a4357 (patch) | |
tree | cb17e8d656c2562ca72862cdf1b11930cbe22971 /js/panels/Timeline/TimelinePanel.reel/scss | |
parent | bd4c9a4630f5de3571e68b8779dc1b6604095781 (diff) | |
download | ninja-79e9e90afa0b42238d44057eb518ca50a47a4357.tar.gz |
Timeline: Change Master Layer configuration menu to be on click; bug fix:
Master Layer config menu does not scroll with layers. Bug fix: New layers do
not take into account "show only animated layers" feature.
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/scss')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss b/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss index 5ff710a1..716ee3d3 100644 --- a/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss +++ b/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss | |||
@@ -313,9 +313,12 @@ | |||
313 | } | 313 | } |
314 | 314 | ||
315 | /* Configuration menu */ | 315 | /* Configuration menu */ |
316 | .layer-master { | ||
317 | position: relative; | ||
318 | } | ||
316 | .tl-configbutton { | 319 | .tl-configbutton { |
317 | position: absolute; | 320 | position: absolute; |
318 | top: 23px; | 321 | top: 0px; |
319 | right: 2px; | 322 | right: 2px; |
320 | width: 20px; | 323 | width: 20px; |
321 | height: 20px; | 324 | height: 20px; |
@@ -340,7 +343,7 @@ | |||
340 | box-shadow: 2px 2px 2px $color-app-shadow; | 343 | box-shadow: 2px 2px 2px $color-app-shadow; |
341 | display: none; | 344 | display: none; |
342 | } | 345 | } |
343 | .tl-configbutton:hover .tl-dropdown { | 346 | .tl-configbutton.checked .tl-dropdown { |
344 | display: block; | 347 | display: block; |
345 | } | 348 | } |
346 | 349 | ||