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