2012-05-21 11:12:37 +00: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 23:36:31 +00:00
|
|
|
.app:active {
|
|
|
|
background-color: #febc2b;
|
2012-08-07 16:49:30 +00:00
|
|
|
}
|
|
|
|
|
2013-03-22 23:36:31 +00:00
|
|
|
#header-button {
|
2013-10-23 10:14:11 +00: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 16:49:30 +00:00
|
|
|
}
|
|
|
|
|
2012-03-30 04:50:48 +00:00
|
|
|
#main-container {
|
2013-10-23 10:14:11 +00:00
|
|
|
padding: 2em;
|
|
|
|
background-color: #EEF2F5;
|
|
|
|
border-bottom: 1px solid #BAC2AC;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hidden {
|
|
|
|
display: none;
|
2012-03-30 04:50:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.spacer {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app {
|
|
|
|
float: left;
|
|
|
|
cursor: pointer;
|
|
|
|
text-align: center;
|
|
|
|
margin: 1em;
|
2013-03-22 23:36:31 +00:00
|
|
|
width: 5.6em;
|
|
|
|
height: 6.7em;
|
|
|
|
font-size: .8em;
|
2013-04-11 22:13:05 +00:00
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
2012-03-30 04:50:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.app img {
|
2013-03-22 23:36:31 +00:00
|
|
|
width: 5em;
|
|
|
|
height: 5em;
|
2012-04-14 02:45:39 +00:00
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app div {
|
|
|
|
pointer-events: none;
|
2012-03-30 04:50:48 +00:00
|
|
|
}
|