toolkit/themes/osx/global/radio.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 @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