|
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/. */ |
|
4 |
|
5 .app:active { |
|
6 background-color: #febc2b; |
|
7 } |
|
8 |
|
9 #header-button { |
|
10 background-image: url("chrome://browser/skin/images/marketplace-logo.png"), url("chrome://browser/skin/images/chevron.png"); |
|
11 background-size: 32px 32px, 8px 20px; |
|
12 background-position: left, right 0.5em center; |
|
13 -moz-padding-start: 2.5em; |
|
14 } |
|
15 |
|
16 #main-container { |
|
17 padding: 2em; |
|
18 background-color: #EEF2F5; |
|
19 border-bottom: 1px solid #BAC2AC; |
|
20 } |
|
21 |
|
22 .hidden { |
|
23 display: none; |
|
24 } |
|
25 |
|
26 .spacer { |
|
27 clear: both; |
|
28 } |
|
29 |
|
30 .app { |
|
31 float: left; |
|
32 cursor: pointer; |
|
33 text-align: center; |
|
34 margin: 1em; |
|
35 width: 5.6em; |
|
36 height: 6.7em; |
|
37 font-size: .8em; |
|
38 background-color: transparent; |
|
39 border: none; |
|
40 } |
|
41 |
|
42 .app img { |
|
43 width: 5em; |
|
44 height: 5em; |
|
45 pointer-events: none; |
|
46 } |
|
47 |
|
48 .app div { |
|
49 pointer-events: none; |
|
50 } |