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 |
michael@0 | 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 4 | |
michael@0 | 5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
michael@0 | 6 | |
michael@0 | 7 | prefwindow { |
michael@0 | 8 | padding: 0; |
michael@0 | 9 | font: -moz-dialog !important; |
michael@0 | 10 | } |
michael@0 | 11 | |
michael@0 | 12 | prefpane { |
michael@0 | 13 | padding: 12px 12px 0 12px; |
michael@0 | 14 | } |
michael@0 | 15 | |
michael@0 | 16 | prefwindow[type="child"] > prefpane { |
michael@0 | 17 | padding: 0; |
michael@0 | 18 | } |
michael@0 | 19 | |
michael@0 | 20 | .prefWindow-dlgbuttons { |
michael@0 | 21 | margin: 0 12px 12px; |
michael@0 | 22 | padding-top: 0 !important; |
michael@0 | 23 | } |
michael@0 | 24 | |
michael@0 | 25 | .paneSelector { |
michael@0 | 26 | font: message-box; |
michael@0 | 27 | padding: 1px 4px; |
michael@0 | 28 | -moz-appearance: toolbar; |
michael@0 | 29 | margin: 0; |
michael@0 | 30 | } |
michael@0 | 31 | |
michael@0 | 32 | radio[pane] { |
michael@0 | 33 | border: solid transparent; |
michael@0 | 34 | border-width: 0 2px; |
michael@0 | 35 | padding: 5px 4px 3px; |
michael@0 | 36 | margin: 0; |
michael@0 | 37 | -moz-appearance: none; |
michael@0 | 38 | text-shadow: rgba(255, 255, 255, 0.4) 0 1px; |
michael@0 | 39 | } |
michael@0 | 40 | |
michael@0 | 41 | radio[pane]:active:hover { |
michael@0 | 42 | text-shadow: none; |
michael@0 | 43 | } |
michael@0 | 44 | |
michael@0 | 45 | radio[pane] > .paneButtonIcon { |
michael@0 | 46 | /* preload external filter file */ |
michael@0 | 47 | background-image: url("chrome://global/skin/filters.svg"); |
michael@0 | 48 | } |
michael@0 | 49 | |
michael@0 | 50 | radio[pane]:active:hover > .paneButtonIcon { |
michael@0 | 51 | filter: url("chrome://global/skin/filters.svg#iconPressed"); |
michael@0 | 52 | } |
michael@0 | 53 | |
michael@0 | 54 | radio[pane][selected="true"] { |
michael@0 | 55 | -moz-border-image: url("chrome://global/skin/icons/panebutton-active.png") 0 2 fill repeat stretch; |
michael@0 | 56 | } |
michael@0 | 57 | |
michael@0 | 58 | radio[pane][selected="true"]:-moz-window-inactive { |
michael@0 | 59 | -moz-border-image: url("chrome://global/skin/icons/panebutton-inactive.png") 0 2 fill repeat stretch; |
michael@0 | 60 | } |
michael@0 | 61 | |
michael@0 | 62 | .paneButtonLabel { |
michael@0 | 63 | margin: 0 !important; |
michael@0 | 64 | } |