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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

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

mercurial