browser/themes/linux/preferences/in-content/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.

michael@0 1 /* - This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 - License, v. 2.0. If a copy of the MPL was not distributed with this file,
michael@0 3 - You can obtain one at http://mozilla.org/MPL/2.0/. */
michael@0 4
michael@0 5 %include ../../../shared/incontentprefs/preferences.css
michael@0 6
michael@0 7 button > .button-box,
michael@0 8 menulist > .menulist-label-box {
michael@0 9 -moz-appearance: none;
michael@0 10 }
michael@0 11
michael@0 12 button[type="menu"] > .button-box > .button-menu-dropmarker {
michael@0 13 -moz-appearance: none !important;
michael@0 14 }
michael@0 15
michael@0 16 menulist:not([editable="true"]) > .menulist-dropmarker {
michael@0 17 display: -moz-box;
michael@0 18 margin-top: 6px;
michael@0 19 margin-bottom: 6px;
michael@0 20 }
michael@0 21
michael@0 22 checkbox {
michael@0 23 -moz-binding: url("chrome://global/content/bindings/checkbox.xml#checkbox");
michael@0 24 -moz-box-align: center;
michael@0 25 }
michael@0 26
michael@0 27 checkbox:hover::before,
michael@0 28 checkbox[checked]::before {
michael@0 29 -moz-margin-end: -19px;
michael@0 30 -moz-margin-start: 4px;
michael@0 31 background-repeat: no-repeat;
michael@0 32 }
michael@0 33
michael@0 34 radio {
michael@0 35 -moz-binding: url("chrome://global/content/bindings/radio.xml#radio");
michael@0 36 -moz-box-align: center;
michael@0 37 -moz-margin-start: 0;
michael@0 38 }
michael@0 39
michael@0 40 .radio-label-box {
michael@0 41 -moz-appearance: none;
michael@0 42 }
michael@0 43
michael@0 44 radio:hover::before,
michael@0 45 radio[selected]::before {
michael@0 46 -moz-margin-end: -17px;
michael@0 47 -moz-margin-start: 6px;
michael@0 48 }
michael@0 49
michael@0 50 .numberbox-input-box {
michael@0 51 -moz-appearance: none;
michael@0 52 border-width: 0;
michael@0 53 }
michael@0 54
michael@0 55 spinbuttons {
michael@0 56 -moz-appearance: none;
michael@0 57 }
michael@0 58
michael@0 59 .actionsMenu {
michael@0 60 font-family: "Clear Sans", sans-serif;
michael@0 61 font-size: 1.25rem;
michael@0 62 line-height: 22px;
michael@0 63 }
michael@0 64
michael@0 65 .actionsMenu > .menulist-label-box > .menulist-icon {
michael@0 66 margin-top: 1px;
michael@0 67 -moz-margin-start: 1px;
michael@0 68 -moz-margin-end: 6px;
michael@0 69 }
michael@0 70
michael@0 71 .actionsMenu > .menulist-label-box > .menulist-label {
michael@0 72 margin-top: 2px !important;
michael@0 73 }
michael@0 74
michael@0 75 menulist.actionsMenu > .menulist-dropmarker {
michael@0 76 margin-top: 11px;
michael@0 77 margin-bottom: 11px;
michael@0 78 }

mercurial