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 | #xpinstallheader { |
michael@0 | 6 | margin-bottom: 2em; |
michael@0 | 7 | } |
michael@0 | 8 | |
michael@0 | 9 | #itemList { |
michael@0 | 10 | -moz-appearance: listbox; |
michael@0 | 11 | margin: 3px 4px 10px 4px; |
michael@0 | 12 | height: 14em; |
michael@0 | 13 | border: 2px solid; |
michael@0 | 14 | -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; |
michael@0 | 15 | -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; |
michael@0 | 16 | -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; |
michael@0 | 17 | -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; |
michael@0 | 18 | background-color: -moz-Field; |
michael@0 | 19 | color: -moz-FieldText; |
michael@0 | 20 | } |
michael@0 | 21 | |
michael@0 | 22 | #itemWarningIntro { |
michael@0 | 23 | -moz-margin-start: 8px; |
michael@0 | 24 | } |
michael@0 | 25 | |
michael@0 | 26 | #dialogContentBox { |
michael@0 | 27 | padding: 5px; |
michael@0 | 28 | } |
michael@0 | 29 | |
michael@0 | 30 | installitem { |
michael@0 | 31 | padding-top: 5px; |
michael@0 | 32 | padding-bottom: 5px; |
michael@0 | 33 | -moz-padding-start: 5px; |
michael@0 | 34 | -moz-padding-end: 0; |
michael@0 | 35 | border-bottom: 1px dotted #C0C0C0; |
michael@0 | 36 | margin-bottom: 5px; |
michael@0 | 37 | } |
michael@0 | 38 | |
michael@0 | 39 | .alert-icon { |
michael@0 | 40 | %ifdef XP_WIN |
michael@0 | 41 | list-style-image: url("chrome://global/skin/icons/warning-large.png"); |
michael@0 | 42 | width: 48px; |
michael@0 | 43 | height: 48px; |
michael@0 | 44 | %endif |
michael@0 | 45 | -moz-margin-end: 20px; |
michael@0 | 46 | } |
michael@0 | 47 | |
michael@0 | 48 | .warning { |
michael@0 | 49 | font-weight: bold; |
michael@0 | 50 | font-size: 1.25em; |
michael@0 | 51 | margin-bottom: 1em; |
michael@0 | 52 | } |
michael@0 | 53 | |
michael@0 | 54 | .xpinstallIconContainer { |
michael@0 | 55 | width: 32px; |
michael@0 | 56 | height: 32px; |
michael@0 | 57 | -moz-margin-end: 5px; |
michael@0 | 58 | } |
michael@0 | 59 | |
michael@0 | 60 | .xpinstallItemName { |
michael@0 | 61 | font-weight: bold; |
michael@0 | 62 | } |
michael@0 | 63 | |
michael@0 | 64 | .xpinstallItemSigned { |
michael@0 | 65 | font-style: italic; |
michael@0 | 66 | font-size: 0.9em; |
michael@0 | 67 | } |
michael@0 | 68 | |
michael@0 | 69 | .xpinstallItemURL { |
michael@0 | 70 | -moz-appearance: none; |
michael@0 | 71 | border: none; |
michael@0 | 72 | padding: 0; |
michael@0 | 73 | background-color: -moz-Field; |
michael@0 | 74 | color: -moz-FieldText; |
michael@0 | 75 | margin-top: 1px; |
michael@0 | 76 | margin-bottom: 1px; |
michael@0 | 77 | -moz-margin-start: 6px; |
michael@0 | 78 | -moz-margin-end: 5px; |
michael@0 | 79 | } |
michael@0 | 80 | |
michael@0 | 81 | .xpinstallItemIcon { |
michael@0 | 82 | max-width: 32px; |
michael@0 | 83 | max-height: 32px; |
michael@0 | 84 | list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); |
michael@0 | 85 | } |
michael@0 | 86 | |
michael@0 | 87 | installitem[type="theme"] .xpinstallItemIcon { |
michael@0 | 88 | list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); |
michael@0 | 89 | } |
michael@0 | 90 | |
michael@0 | 91 | installitem[type="locale"] .xpinstallItemIcon { |
michael@0 | 92 | list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); |
michael@0 | 93 | } |
michael@0 | 94 | |
michael@0 | 95 | installitem[type="plugin"] .xpinstallItemIcon { |
michael@0 | 96 | list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); |
michael@0 | 97 | } |
michael@0 | 98 | |
michael@0 | 99 | installitem[type="dictionary"] .xpinstallItemIcon { |
michael@0 | 100 | list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); |
michael@0 | 101 | } |