1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/windows/mozapps/extensions/xpinstallConfirm.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,101 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +#xpinstallheader { 1.9 + margin-bottom: 2em; 1.10 +} 1.11 + 1.12 +#itemList { 1.13 + -moz-appearance: listbox; 1.14 + margin: 3px 4px 10px 4px; 1.15 + height: 14em; 1.16 + border: 2px solid; 1.17 + -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; 1.18 + -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; 1.19 + -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; 1.20 + -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; 1.21 + background-color: -moz-Field; 1.22 + color: -moz-FieldText; 1.23 +} 1.24 + 1.25 +#itemWarningIntro { 1.26 + -moz-margin-start: 8px; 1.27 +} 1.28 + 1.29 +#dialogContentBox { 1.30 + padding: 5px; 1.31 +} 1.32 + 1.33 +installitem { 1.34 + padding-top: 5px; 1.35 + padding-bottom: 5px; 1.36 + -moz-padding-start: 5px; 1.37 + -moz-padding-end: 0; 1.38 + border-bottom: 1px dotted #C0C0C0; 1.39 + margin-bottom: 5px; 1.40 +} 1.41 + 1.42 +.alert-icon { 1.43 +%ifdef XP_WIN 1.44 + list-style-image: url("chrome://global/skin/icons/warning-large.png"); 1.45 + width: 48px; 1.46 + height: 48px; 1.47 +%endif 1.48 + -moz-margin-end: 20px; 1.49 +} 1.50 + 1.51 +.warning { 1.52 + font-weight: bold; 1.53 + font-size: 1.25em; 1.54 + margin-bottom: 1em; 1.55 +} 1.56 + 1.57 +.xpinstallIconContainer { 1.58 + width: 32px; 1.59 + height: 32px; 1.60 + -moz-margin-end: 5px; 1.61 +} 1.62 + 1.63 +.xpinstallItemName { 1.64 + font-weight: bold; 1.65 +} 1.66 + 1.67 +.xpinstallItemSigned { 1.68 + font-style: italic; 1.69 + font-size: 0.9em; 1.70 +} 1.71 + 1.72 +.xpinstallItemURL { 1.73 + -moz-appearance: none; 1.74 + border: none; 1.75 + padding: 0; 1.76 + background-color: -moz-Field; 1.77 + color: -moz-FieldText; 1.78 + margin-top: 1px; 1.79 + margin-bottom: 1px; 1.80 + -moz-margin-start: 6px; 1.81 + -moz-margin-end: 5px; 1.82 +} 1.83 + 1.84 +.xpinstallItemIcon { 1.85 + max-width: 32px; 1.86 + max-height: 32px; 1.87 + list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); 1.88 +} 1.89 + 1.90 +installitem[type="theme"] .xpinstallItemIcon { 1.91 + list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); 1.92 +} 1.93 + 1.94 +installitem[type="locale"] .xpinstallItemIcon { 1.95 + list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); 1.96 +} 1.97 + 1.98 +installitem[type="plugin"] .xpinstallItemIcon { 1.99 + list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); 1.100 +} 1.101 + 1.102 +installitem[type="dictionary"] .xpinstallItemIcon { 1.103 + list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); 1.104 +}