toolkit/themes/osx/global/radio.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 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
     7 radiogroup {
     8   margin: 1px 0px 1px 0px;
     9 }
    11 radio {
    12   -moz-appearance: radio-container;
    13   -moz-box-align: center;
    14   margin: 4px 2px;
    15   -moz-user-focus: ignore;
    16 }
    18 .radio-label-box {
    19   -moz-margin-start: 0px;
    20   padding: 0px;
    21 }
    23 .radio-icon {
    24   -moz-margin-end: 2px;
    25 }
    27 .radio-label {
    28   margin: 1px 0 !important;
    29 }
    31 radio[disabled="true"] {
    32   color: GrayText !important;
    33 }
    35 .radio-check, .radio-check-box1 {
    36   -moz-appearance: radio;
    37   margin: 0 1px 1px;
    38   /* vertical-align tells native theming where to snap to. However, this doesn't
    39    * always work reliably because of bug 503833. */
    40   vertical-align: bottom;
    41   width: 1.3em;
    42   height: 1.3em;
    43 }

mercurial