mobile/android/themes/core/aboutApps.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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/. */
     5 .app:active {
     6   background-color: #febc2b;
     7 }
     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 }
    16 #main-container {
    17   padding: 2em;
    18   background-color: #EEF2F5;
    19   border-bottom: 1px solid #BAC2AC;
    20 }
    22 .hidden {
    23   display: none;
    24 }
    26 .spacer {
    27   clear: both;
    28 }
    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 }
    42 .app img {
    43   width: 5em;
    44   height: 5em;
    45   pointer-events: none;
    46 }
    48 .app div {
    49   pointer-events: none;
    50 }

mercurial