toolkit/themes/osx/mozapps/extensions/xpinstallConfirm.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/osx/mozapps/extensions/xpinstallConfirm.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,90 @@
     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 +.alert-icon {
    1.13 +  width: 48px;
    1.14 +  height: 48px;
    1.15 +  list-style-image: url("chrome://global/skin/icons/warning-large.png");
    1.16 +  margin-top: 0 !important;
    1.17 +  margin-bottom: 6px !important;
    1.18 +  -moz-margin-start: 6px !important;
    1.19 +  -moz-margin-end: 20px !important;
    1.20 +}
    1.21 +
    1.22 +#itemList {
    1.23 +  -moz-appearance: listbox;
    1.24 +  margin: 3px 4px 10px 4px;
    1.25 +  height: 14em;
    1.26 +}
    1.27 +
    1.28 +#itemWarningIntro {
    1.29 +  -moz-margin-start: 8px;
    1.30 +}
    1.31 +
    1.32 +#dialogContentBox {
    1.33 +  padding: 5px;
    1.34 +}
    1.35 +
    1.36 +installitem {
    1.37 +  padding: 5px 0 5px 5px;
    1.38 +  border-bottom: 1px dotted #C0C0C0;
    1.39 +  margin-bottom: 5px;
    1.40 +}
    1.41 +
    1.42 +.warning {
    1.43 +  font-weight: bold;
    1.44 +  font-size: 1.25em;
    1.45 +  margin-bottom: 1em;
    1.46 +}
    1.47 +
    1.48 +.xpinstallIconContainer {
    1.49 +  width: 32px;
    1.50 +  height: 32px;
    1.51 +  -moz-margin-end: 5px;
    1.52 +}
    1.53 +
    1.54 +.xpinstallItemName {
    1.55 +  font-weight: bold;
    1.56 +}
    1.57 +
    1.58 +.xpinstallItemSigned {
    1.59 +  font-style: italic;
    1.60 +  font-size: 0.9em;
    1.61 +}
    1.62 +
    1.63 +.xpinstallItemURL {
    1.64 +  -moz-appearance: none;
    1.65 +  border: none;
    1.66 +  background-color: Window;
    1.67 +  margin-top: 2px;
    1.68 +  margin-bottom: 1px;
    1.69 +  -moz-margin-start: 6px;
    1.70 +  -moz-margin-end: 5px;
    1.71 +}
    1.72 +
    1.73 +.xpinstallItemIcon {
    1.74 +  max-width: 32px;
    1.75 +  max-height: 32px;
    1.76 +  list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
    1.77 +}
    1.78 +
    1.79 +installitem[type="theme"] .xpinstallItemIcon {
    1.80 +  list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
    1.81 +}
    1.82 +
    1.83 +installitem[type="locale"] .xpinstallItemIcon {
    1.84 +  list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
    1.85 +}
    1.86 +
    1.87 +installitem[type="plugin"] .xpinstallItemIcon {
    1.88 +  list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
    1.89 +}
    1.90 +
    1.91 +installitem[type="dictionary"] .xpinstallItemIcon {
    1.92 +  list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
    1.93 +}

mercurial