1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mobile/android/themes/core/aboutApps.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,50 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +.app:active { 1.9 + background-color: #febc2b; 1.10 +} 1.11 + 1.12 +#header-button { 1.13 + background-image: url("chrome://browser/skin/images/marketplace-logo.png"), url("chrome://browser/skin/images/chevron.png"); 1.14 + background-size: 32px 32px, 8px 20px; 1.15 + background-position: left, right 0.5em center; 1.16 + -moz-padding-start: 2.5em; 1.17 +} 1.18 + 1.19 +#main-container { 1.20 + padding: 2em; 1.21 + background-color: #EEF2F5; 1.22 + border-bottom: 1px solid #BAC2AC; 1.23 +} 1.24 + 1.25 +.hidden { 1.26 + display: none; 1.27 +} 1.28 + 1.29 +.spacer { 1.30 + clear: both; 1.31 +} 1.32 + 1.33 +.app { 1.34 + float: left; 1.35 + cursor: pointer; 1.36 + text-align: center; 1.37 + margin: 1em; 1.38 + width: 5.6em; 1.39 + height: 6.7em; 1.40 + font-size: .8em; 1.41 + background-color: transparent; 1.42 + border: none; 1.43 +} 1.44 + 1.45 +.app img { 1.46 + width: 5em; 1.47 + height: 5em; 1.48 + pointer-events: none; 1.49 +} 1.50 + 1.51 +.app div { 1.52 + pointer-events: none; 1.53 +}