toolkit/themes/osx/global/wizard.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 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
     7 wizard {
     8   padding: 14px;
     9 }
    11 #header { 
    12   display: inline !important;
    13 }
    15 .wizard-header {
    16   -moz-appearance: dialog;
    17 }
    19 .wizard-header-box-1 {
    20   color: #000;
    21 }
    23 .wizard-header-box-text {
    24   padding: 6px 10px;
    25   font: menu;
    26   font-weight: bold;
    27 }
    29 .wizard-header-label {
    30   margin-left: 23px;
    31   font-weight: bold;
    32 }
    34 .wizard-header-box-icon {
    35   margin-top: 3px;
    36   -moz-margin-end: 20px;
    37   margin-bottom: 0;
    38   -moz-margin-start: 3px;
    39 }
    41 wizard[branded="true"] .wizard-header-icon {
    42   list-style-image: url("chrome://branding/content/icon48.png");
    43 }
    45 .wizard-page-box {
    46   padding: 15px 23px;
    47   -moz-appearance: dialog;
    48 }
    50 .wizard-buttons-separator {
    51   margin: 0 !important;
    52   border-bottom: 1px solid #fff !important;
    53 }
    55 .wizard-buttons-btm {
    56   padding: 3px 6px 6px;
    57 }
    59 .wizard-button {
    60   font: menu !important;
    61 }

mercurial