toolkit/themes/osx/global/wizard.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/osx/global/wizard.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,62 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
     1.9 +
    1.10 +wizard {
    1.11 +  padding: 14px;
    1.12 +}
    1.13 +
    1.14 +#header { 
    1.15 +  display: inline !important;
    1.16 +}
    1.17 +
    1.18 +.wizard-header {
    1.19 +  -moz-appearance: dialog;
    1.20 +}
    1.21 +
    1.22 +.wizard-header-box-1 {
    1.23 +  color: #000;
    1.24 +}
    1.25 +
    1.26 +.wizard-header-box-text {
    1.27 +  padding: 6px 10px;
    1.28 +  font: menu;
    1.29 +  font-weight: bold;
    1.30 +}
    1.31 +
    1.32 +.wizard-header-label {
    1.33 +  margin-left: 23px;
    1.34 +  font-weight: bold;
    1.35 +}
    1.36 +
    1.37 +.wizard-header-box-icon {
    1.38 +  margin-top: 3px;
    1.39 +  -moz-margin-end: 20px;
    1.40 +  margin-bottom: 0;
    1.41 +  -moz-margin-start: 3px;
    1.42 +}
    1.43 +
    1.44 +wizard[branded="true"] .wizard-header-icon {
    1.45 +  list-style-image: url("chrome://branding/content/icon48.png");
    1.46 +}
    1.47 +
    1.48 +.wizard-page-box {
    1.49 +  padding: 15px 23px;
    1.50 +  -moz-appearance: dialog;
    1.51 +}
    1.52 +
    1.53 +.wizard-buttons-separator {
    1.54 +  margin: 0 !important;
    1.55 +  border-bottom: 1px solid #fff !important;
    1.56 +}
    1.57 +
    1.58 +.wizard-buttons-btm {
    1.59 +  padding: 3px 6px 6px;
    1.60 +}
    1.61 +
    1.62 +.wizard-button {
    1.63 +  font: menu !important;
    1.64 +}
    1.65 +

mercurial