toolkit/themes/windows/global/preferences.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 /* ===== preferences.css =====================================================
     6   == Styles used by the XUL prefwindow element.
     7   ======================================================================= */
     9 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    11 /* ::::: dialog ::::: */
    13 prefwindow {
    14   padding: 0px;
    15 }
    17 prefpane {
    18   padding-top: 8px;
    19   padding-bottom: 10px;
    20   -moz-padding-start: 8px;
    21   -moz-padding-end: 10px;
    22 }
    24 prefwindow[type="child"] {
    25   padding-top: 8px;
    26   padding-bottom: 10px;
    27   -moz-padding-start: 8px;
    28   -moz-padding-end: 10px;
    29 }
    31 prefwindow[type="child"] > prefpane {
    32   padding: 0px;
    33 }
    35 .prefWindow-dlgbuttons {
    36   padding-bottom: 10px;
    37   -moz-padding-start: 8px;
    38   -moz-padding-end: 10px;
    39 }
    41 prefwindow[type="child"] .prefWindow-dlgbuttons {
    42   padding: 0px;
    43 }
    45 radio[pane] {
    46   -moz-appearance: none;
    47   margin: 0px 1px 0px 1px;
    48   padding: 1px 3px 1px 3px;
    49   min-width: 4.5em;
    50 }
    52 .paneSelector {
    53   border-bottom: 2px groove ThreeDFace;
    54   margin: 0px;
    55   -moz-padding-start: 10px;
    56   background-color: -moz-Field;
    57   color: -moz-FieldText;
    58 }
    60 .paneButtonIcon {
    61   width: 32px;
    62   height: 32px;
    63 }
    65 radio[pane]:hover {
    66   background-color: #E0E8F6;
    67   color: black;
    68   -moz-appearance: none;
    69 }
    71 radio[pane][selected="true"] {
    72   background-color: #C1D2EE;
    73   color: black; 
    74   -moz-appearance: none;
    75 }

mercurial