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.

michael@0 1 /* This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 * License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
michael@0 4
michael@0 5 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
michael@0 6
michael@0 7 wizard {
michael@0 8 padding: 14px;
michael@0 9 }
michael@0 10
michael@0 11 #header {
michael@0 12 display: inline !important;
michael@0 13 }
michael@0 14
michael@0 15 .wizard-header {
michael@0 16 -moz-appearance: dialog;
michael@0 17 }
michael@0 18
michael@0 19 .wizard-header-box-1 {
michael@0 20 color: #000;
michael@0 21 }
michael@0 22
michael@0 23 .wizard-header-box-text {
michael@0 24 padding: 6px 10px;
michael@0 25 font: menu;
michael@0 26 font-weight: bold;
michael@0 27 }
michael@0 28
michael@0 29 .wizard-header-label {
michael@0 30 margin-left: 23px;
michael@0 31 font-weight: bold;
michael@0 32 }
michael@0 33
michael@0 34 .wizard-header-box-icon {
michael@0 35 margin-top: 3px;
michael@0 36 -moz-margin-end: 20px;
michael@0 37 margin-bottom: 0;
michael@0 38 -moz-margin-start: 3px;
michael@0 39 }
michael@0 40
michael@0 41 wizard[branded="true"] .wizard-header-icon {
michael@0 42 list-style-image: url("chrome://branding/content/icon48.png");
michael@0 43 }
michael@0 44
michael@0 45 .wizard-page-box {
michael@0 46 padding: 15px 23px;
michael@0 47 -moz-appearance: dialog;
michael@0 48 }
michael@0 49
michael@0 50 .wizard-buttons-separator {
michael@0 51 margin: 0 !important;
michael@0 52 border-bottom: 1px solid #fff !important;
michael@0 53 }
michael@0 54
michael@0 55 .wizard-buttons-btm {
michael@0 56 padding: 3px 6px 6px;
michael@0 57 }
michael@0 58
michael@0 59 .wizard-button {
michael@0 60 font: menu !important;
michael@0 61 }
michael@0 62

mercurial