2012-05-21 04:12:37 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
2013-03-22 16:36:31 -07:00
|
|
|
.app:active {
|
|
|
|
background-color: #febc2b;
|
2012-08-07 09:49:30 -07:00
|
|
|
}
|
|
|
|
|
2013-03-22 16:36:31 -07:00
|
|
|
#header-button {
|
2013-10-23 03:14:11 -07:00
|
|
|
background-image: url("chrome://browser/skin/images/marketplace-logo.png"), url("chrome://browser/skin/images/chevron.png");
|
|
|
|
background-size: 32px 32px, 8px 20px;
|
|
|
|
background-position: left, right 0.5em center;
|
|
|
|
-moz-padding-start: 2.5em;
|
2012-08-07 09:49:30 -07:00
|
|
|
}
|
|
|
|
|
2012-03-29 21:50:48 -07:00
|
|
|
#main-container {
|
2013-10-23 03:14:11 -07:00
|
|
|
padding: 2em;
|
|
|
|
background-color: #EEF2F5;
|
|
|
|
border-bottom: 1px solid #BAC2AC;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hidden {
|
|
|
|
display: none;
|
2012-03-29 21:50:48 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.spacer {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app {
|
|
|
|
float: left;
|
|
|
|
cursor: pointer;
|
|
|
|
text-align: center;
|
|
|
|
margin: 1em;
|
2013-03-22 16:36:31 -07:00
|
|
|
width: 5.6em;
|
|
|
|
height: 6.7em;
|
|
|
|
font-size: .8em;
|
2013-04-11 15:13:05 -07:00
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
2012-03-29 21:50:48 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.app img {
|
2013-03-22 16:36:31 -07:00
|
|
|
width: 5em;
|
|
|
|
height: 5em;
|
2012-04-13 19:45:39 -07:00
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app div {
|
|
|
|
pointer-events: none;
|
2012-03-29 21:50:48 -07:00
|
|
|
}
|