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.
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #icon {
6 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
7 max-width: 48px;
8 max-height: 48px;
9 -moz-margin-end: 6px;
10 }
12 #eula-dialog[addontype="theme"] #icon {
13 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
14 }
16 #eula-dialog[addontype="locale"] #icon {
17 list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
18 }
20 #eula-dialog[addontype="plugin"] #icon {
21 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
22 }
24 #eula-dialog[addontype="dictionary"] #icon {
25 list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
26 }
28 #heading-container {
29 -moz-box-align: center;
30 }
32 #heading {
33 font-size: 120%;
34 }
36 #eula {
37 -moz-appearance: none;
38 color: -moz-FieldText;
39 background-color: -moz-Field;
40 margin: 1em;
41 border: 1px solid;
42 -moz-border-top-colors: ActiveBorder;
43 -moz-border-right-colors: ActiveBorder;
44 -moz-border-bottom-colors: ActiveBorder;
45 -moz-border-left-colors: ActiveBorder;
46 }