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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/themes/osx/preferences/in-content/preferences.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,62 @@
     1.4 +/* - This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +   - License, v. 2.0. If a copy of the MPL was not distributed with this file,
     1.6 +   - You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +%include ../../../shared/incontentprefs/preferences.css
     1.9 +
    1.10 +menulist:not([editable="true"]) > .menulist-dropmarker {
    1.11 +  display: -moz-box;
    1.12 +  margin-top: 1px;
    1.13 +  margin-bottom: 1px;
    1.14 +}
    1.15 +
    1.16 +checkbox:hover::before,
    1.17 +checkbox[checked]::before {
    1.18 +  -moz-margin-end: -20px;
    1.19 +  -moz-margin-start: 5px;
    1.20 +}
    1.21 +
    1.22 +radio:hover::before,
    1.23 +radio[selected]::before {
    1.24 +  -moz-margin-end: -18px;
    1.25 +  -moz-margin-start: 7px;
    1.26 +}
    1.27 +
    1.28 +.numberbox-input-box {
    1.29 +  -moz-appearance: none;
    1.30 +  border-width: 0;
    1.31 +}
    1.32 +
    1.33 +spinbuttons {
    1.34 +  -moz-appearance: none;
    1.35 +}
    1.36 +
    1.37 +.spinbuttons-up {
    1.38 +  margin-top: 0 !important;
    1.39 +  border-radius: 4px 4px 0 0;
    1.40 +}
    1.41 +
    1.42 +.spinbuttons-down  {
    1.43 +  margin-bottom: 0 !important;
    1.44 +  border-radius: 0 0 4px 4px;
    1.45 +}
    1.46 +
    1.47 +.spinbuttons-button > .button-box {
    1.48 +  -moz-padding-start: 2px !important;
    1.49 +  -moz-padding-end: 3px !important;
    1.50 +}
    1.51 +
    1.52 +.spinbuttons-button > .button-box > .button-text {
    1.53 +  display: none;
    1.54 +}
    1.55 +
    1.56 +.actionsMenu > .menulist-label-box > .menulist-icon {
    1.57 +  margin-top: 2px;
    1.58 +  -moz-margin-start: 2px;
    1.59 +  -moz-margin-end: 8px !important;
    1.60 +}
    1.61 +
    1.62 +description {
    1.63 +  font-size: 1.25rem;
    1.64 +  line-height: 22px;
    1.65 +}

mercurial