toolkit/themes/osx/global/config.css

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     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 %include shared.inc
     6 @import url("chrome://global/skin/");
     7 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    10 #warningScreen
    11 {
    12   background-color: -moz-Dialog;
    13 }
    15 #warningBox
    16 {
    17   background-color: -moz-Field;
    18   color: -moz-FieldText;
    19   border: 1px solid ThreeDShadow;
    20   border-radius: 10px;
    21   padding: 3em;
    22   -moz-padding-start: 30px;
    23   margin-left: 1em;
    24   margin-right: 1em;
    25 }
    27 #warningInnerBox
    28 {
    29  max-width: 50em;
    30 }
    32 #warningTitle
    33 {
    34   margin: 0 0 .6em 0;
    35   font-size: 160%;
    36   border-bottom: 1px solid ThreeDLightShadow
    37 }
    39 #warningText
    40 {
    41   font-size: 110%;
    42   margin-left: 0;
    43 }
    45 #warningButton
    46 {
    47   margin-top: 0.6em;
    48 }
    50 #showWarningNextTime
    51 {
    52   margin-top: 0.6em;
    53 }
    55 #exclam
    56 {
    57   list-style-image: url("chrome://global/skin/icons/warning-large.png");
    58   -moz-margin-end: 3em;
    59 }
    61 #configTreeBody::-moz-tree-cell-text(user)
    62 {
    63   font-weight: bold;
    64 }
    66 #configTreeBody::-moz-tree-cell-text(locked)
    67 {
    68   font-style: italic;
    69 }
    71 #configTree 
    72 {  
    73   margin: 0;
    74   border: 0;
    75   -moz-appearance: none;
    76 }
    78 #filterRow
    79 {
    80   background: @scopeBarBackground@;
    81   border-bottom: @scopeBarSeparatorBorder@;
    82   padding: 1px 2px 0;
    83 }
    85 #filterRow > label {
    86   margin: 0 4px;
    87   color: @scopeBarTitleColor@;
    88   text-shadow: @loweredShadow@;
    89   font-weight: bold;
    90 }
    92 #textbox {
    93   max-width: 35em;
    94 }

mercurial