michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: .panel-viewstack[viewtype="main"] > .panel-clickcapturer { michael@0: pointer-events: none; michael@0: } michael@0: michael@0: .panel-mainview, michael@0: .panel-viewcontainer, michael@0: .panel-viewstack { michael@0: overflow: hidden; michael@0: } michael@0: michael@0: .panel-viewstack { michael@0: position: relative; michael@0: } michael@0: michael@0: .panel-subviews { michael@0: -moz-stack-sizing: ignore; michael@0: transform: translateX(0); michael@0: overflow-y: auto; michael@0: } michael@0: michael@0: .panel-subviews[panelopen] { michael@0: transition: transform 150ms; michael@0: } michael@0: michael@0: .panel-viewcontainer[panelopen]:-moz-any(:not([viewtype="main"]),[transitioning="true"]) { michael@0: transition: height 150ms; michael@0: }