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 | #icon { |
michael@0 | 6 | list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); |
michael@0 | 7 | max-width: 48px; |
michael@0 | 8 | max-height: 48px; |
michael@0 | 9 | -moz-margin-end: 6px; |
michael@0 | 10 | } |
michael@0 | 11 | |
michael@0 | 12 | #eula-dialog[addontype="theme"] #icon { |
michael@0 | 13 | list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); |
michael@0 | 14 | } |
michael@0 | 15 | |
michael@0 | 16 | #eula-dialog[addontype="locale"] #icon { |
michael@0 | 17 | list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); |
michael@0 | 18 | } |
michael@0 | 19 | |
michael@0 | 20 | #eula-dialog[addontype="plugin"] #icon { |
michael@0 | 21 | list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); |
michael@0 | 22 | } |
michael@0 | 23 | |
michael@0 | 24 | #eula-dialog[addontype="dictionary"] #icon { |
michael@0 | 25 | list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); |
michael@0 | 26 | } |
michael@0 | 27 | |
michael@0 | 28 | #heading-container { |
michael@0 | 29 | -moz-box-align: center; |
michael@0 | 30 | } |
michael@0 | 31 | |
michael@0 | 32 | #heading { |
michael@0 | 33 | font-size: 120%; |
michael@0 | 34 | } |
michael@0 | 35 | |
michael@0 | 36 | #eula { |
michael@0 | 37 | -moz-appearance: none; |
michael@0 | 38 | color: -moz-FieldText; |
michael@0 | 39 | background-color: -moz-Field; |
michael@0 | 40 | margin: 1em; |
michael@0 | 41 | border: 1px solid; |
michael@0 | 42 | -moz-border-top-colors: ActiveBorder; |
michael@0 | 43 | -moz-border-right-colors: ActiveBorder; |
michael@0 | 44 | -moz-border-bottom-colors: ActiveBorder; |
michael@0 | 45 | -moz-border-left-colors: ActiveBorder; |
michael@0 | 46 | } |
michael@0 | 47 |