|
1 /* This Source Code Form is subject to the terms of the Mozilla Public |
|
2 * License, v. 2.0. If a copy of the MPL was not distributed with this |
|
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
|
4 |
|
5 .panel-viewstack[viewtype="main"] > .panel-clickcapturer { |
|
6 pointer-events: none; |
|
7 } |
|
8 |
|
9 .panel-mainview, |
|
10 .panel-viewcontainer, |
|
11 .panel-viewstack { |
|
12 overflow: hidden; |
|
13 } |
|
14 |
|
15 .panel-viewstack { |
|
16 position: relative; |
|
17 } |
|
18 |
|
19 .panel-subviews { |
|
20 -moz-stack-sizing: ignore; |
|
21 transform: translateX(0); |
|
22 overflow-y: auto; |
|
23 } |
|
24 |
|
25 .panel-subviews[panelopen] { |
|
26 transition: transform 150ms; |
|
27 } |
|
28 |
|
29 .panel-viewcontainer[panelopen]:-moz-any(:not([viewtype="main"]),[transitioning="true"]) { |
|
30 transition: height 150ms; |
|
31 } |