toolkit/themes/osx/global/config.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/osx/global/config.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,94 @@
     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 +%include shared.inc
     1.9 +@import url("chrome://global/skin/");
    1.10 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    1.11 +
    1.12 +
    1.13 +#warningScreen
    1.14 +{
    1.15 +  background-color: -moz-Dialog;
    1.16 +}
    1.17 +
    1.18 +#warningBox
    1.19 +{
    1.20 +  background-color: -moz-Field;
    1.21 +  color: -moz-FieldText;
    1.22 +  border: 1px solid ThreeDShadow;
    1.23 +  border-radius: 10px;
    1.24 +  padding: 3em;
    1.25 +  -moz-padding-start: 30px;
    1.26 +  margin-left: 1em;
    1.27 +  margin-right: 1em;
    1.28 +}
    1.29 +
    1.30 +#warningInnerBox
    1.31 +{
    1.32 + max-width: 50em;
    1.33 +}
    1.34 +
    1.35 +#warningTitle
    1.36 +{
    1.37 +  margin: 0 0 .6em 0;
    1.38 +  font-size: 160%;
    1.39 +  border-bottom: 1px solid ThreeDLightShadow
    1.40 +}
    1.41 +
    1.42 +#warningText
    1.43 +{
    1.44 +  font-size: 110%;
    1.45 +  margin-left: 0;
    1.46 +}
    1.47 +
    1.48 +#warningButton
    1.49 +{
    1.50 +  margin-top: 0.6em;
    1.51 +}
    1.52 +
    1.53 +#showWarningNextTime
    1.54 +{
    1.55 +  margin-top: 0.6em;
    1.56 +}
    1.57 +
    1.58 +#exclam
    1.59 +{
    1.60 +  list-style-image: url("chrome://global/skin/icons/warning-large.png");
    1.61 +  -moz-margin-end: 3em;
    1.62 +}
    1.63 +
    1.64 +#configTreeBody::-moz-tree-cell-text(user)
    1.65 +{
    1.66 +  font-weight: bold;
    1.67 +}
    1.68 +
    1.69 +#configTreeBody::-moz-tree-cell-text(locked)
    1.70 +{
    1.71 +  font-style: italic;
    1.72 +}
    1.73 +
    1.74 +#configTree 
    1.75 +{  
    1.76 +  margin: 0;
    1.77 +  border: 0;
    1.78 +  -moz-appearance: none;
    1.79 +}
    1.80 +
    1.81 +#filterRow
    1.82 +{
    1.83 +  background: @scopeBarBackground@;
    1.84 +  border-bottom: @scopeBarSeparatorBorder@;
    1.85 +  padding: 1px 2px 0;
    1.86 +}
    1.87 +
    1.88 +#filterRow > label {
    1.89 +  margin: 0 4px;
    1.90 +  color: @scopeBarTitleColor@;
    1.91 +  text-shadow: @loweredShadow@;
    1.92 +  font-weight: bold;
    1.93 +}
    1.94 +
    1.95 +#textbox {
    1.96 +  max-width: 35em;
    1.97 +}

mercurial