Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
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/. */
5 .panel-viewstack[viewtype="main"] > .panel-clickcapturer {
6 pointer-events: none;
7 }
9 .panel-mainview,
10 .panel-viewcontainer,
11 .panel-viewstack {
12 overflow: hidden;
13 }
15 .panel-viewstack {
16 position: relative;
17 }
19 .panel-subviews {
20 -moz-stack-sizing: ignore;
21 transform: translateX(0);
22 overflow-y: auto;
23 }
25 .panel-subviews[panelopen] {
26 transition: transform 150ms;
27 }
29 .panel-viewcontainer[panelopen]:-moz-any(:not([viewtype="main"]),[transitioning="true"]) {
30 transition: height 150ms;
31 }