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: .app:active { michael@0: background-color: #febc2b; michael@0: } michael@0: michael@0: #header-button { michael@0: background-image: url("chrome://browser/skin/images/marketplace-logo.png"), url("chrome://browser/skin/images/chevron.png"); michael@0: background-size: 32px 32px, 8px 20px; michael@0: background-position: left, right 0.5em center; michael@0: -moz-padding-start: 2.5em; michael@0: } michael@0: michael@0: #main-container { michael@0: padding: 2em; michael@0: background-color: #EEF2F5; michael@0: border-bottom: 1px solid #BAC2AC; michael@0: } michael@0: michael@0: .hidden { michael@0: display: none; michael@0: } michael@0: michael@0: .spacer { michael@0: clear: both; michael@0: } michael@0: michael@0: .app { michael@0: float: left; michael@0: cursor: pointer; michael@0: text-align: center; michael@0: margin: 1em; michael@0: width: 5.6em; michael@0: height: 6.7em; michael@0: font-size: .8em; michael@0: background-color: transparent; michael@0: border: none; michael@0: } michael@0: michael@0: .app img { michael@0: width: 5em; michael@0: height: 5em; michael@0: pointer-events: none; michael@0: } michael@0: michael@0: .app div { michael@0: pointer-events: none; michael@0: }