browser/themes/osx/preferences/in-content/preferences.css

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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 file,
     3    - You can obtain one at http://mozilla.org/MPL/2.0/. */
     5 %include ../../../shared/incontentprefs/preferences.css
     7 menulist:not([editable="true"]) > .menulist-dropmarker {
     8   display: -moz-box;
     9   margin-top: 1px;
    10   margin-bottom: 1px;
    11 }
    13 checkbox:hover::before,
    14 checkbox[checked]::before {
    15   -moz-margin-end: -20px;
    16   -moz-margin-start: 5px;
    17 }
    19 radio:hover::before,
    20 radio[selected]::before {
    21   -moz-margin-end: -18px;
    22   -moz-margin-start: 7px;
    23 }
    25 .numberbox-input-box {
    26   -moz-appearance: none;
    27   border-width: 0;
    28 }
    30 spinbuttons {
    31   -moz-appearance: none;
    32 }
    34 .spinbuttons-up {
    35   margin-top: 0 !important;
    36   border-radius: 4px 4px 0 0;
    37 }
    39 .spinbuttons-down  {
    40   margin-bottom: 0 !important;
    41   border-radius: 0 0 4px 4px;
    42 }
    44 .spinbuttons-button > .button-box {
    45   -moz-padding-start: 2px !important;
    46   -moz-padding-end: 3px !important;
    47 }
    49 .spinbuttons-button > .button-box > .button-text {
    50   display: none;
    51 }
    53 .actionsMenu > .menulist-label-box > .menulist-icon {
    54   margin-top: 2px;
    55   -moz-margin-start: 2px;
    56   -moz-margin-end: 8px !important;
    57 }
    59 description {
    60   font-size: 1.25rem;
    61   line-height: 22px;
    62 }

mercurial