Wed, 31 Dec 2014 06:09:35 +0100
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 | menulist:not([editable="true"]) > .menulist-dropmarker { |
michael@0 | 8 | display: -moz-box; |
michael@0 | 9 | margin-top: 1px; |
michael@0 | 10 | margin-bottom: 1px; |
michael@0 | 11 | } |
michael@0 | 12 | |
michael@0 | 13 | checkbox:hover::before, |
michael@0 | 14 | checkbox[checked]::before { |
michael@0 | 15 | -moz-margin-end: -20px; |
michael@0 | 16 | -moz-margin-start: 5px; |
michael@0 | 17 | } |
michael@0 | 18 | |
michael@0 | 19 | radio:hover::before, |
michael@0 | 20 | radio[selected]::before { |
michael@0 | 21 | -moz-margin-end: -18px; |
michael@0 | 22 | -moz-margin-start: 7px; |
michael@0 | 23 | } |
michael@0 | 24 | |
michael@0 | 25 | .numberbox-input-box { |
michael@0 | 26 | -moz-appearance: none; |
michael@0 | 27 | border-width: 0; |
michael@0 | 28 | } |
michael@0 | 29 | |
michael@0 | 30 | spinbuttons { |
michael@0 | 31 | -moz-appearance: none; |
michael@0 | 32 | } |
michael@0 | 33 | |
michael@0 | 34 | .spinbuttons-up { |
michael@0 | 35 | margin-top: 0 !important; |
michael@0 | 36 | border-radius: 4px 4px 0 0; |
michael@0 | 37 | } |
michael@0 | 38 | |
michael@0 | 39 | .spinbuttons-down { |
michael@0 | 40 | margin-bottom: 0 !important; |
michael@0 | 41 | border-radius: 0 0 4px 4px; |
michael@0 | 42 | } |
michael@0 | 43 | |
michael@0 | 44 | .spinbuttons-button > .button-box { |
michael@0 | 45 | -moz-padding-start: 2px !important; |
michael@0 | 46 | -moz-padding-end: 3px !important; |
michael@0 | 47 | } |
michael@0 | 48 | |
michael@0 | 49 | .spinbuttons-button > .button-box > .button-text { |
michael@0 | 50 | display: none; |
michael@0 | 51 | } |
michael@0 | 52 | |
michael@0 | 53 | .actionsMenu > .menulist-label-box > .menulist-icon { |
michael@0 | 54 | margin-top: 2px; |
michael@0 | 55 | -moz-margin-start: 2px; |
michael@0 | 56 | -moz-margin-end: 8px !important; |
michael@0 | 57 | } |
michael@0 | 58 | |
michael@0 | 59 | description { |
michael@0 | 60 | font-size: 1.25rem; |
michael@0 | 61 | line-height: 22px; |
michael@0 | 62 | } |