toolkit/themes/osx/mozapps/extensions/selectAddons.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 %include ../../global/shared.inc
     7 .heading {
     8   font-size: 270%;
     9   text-align: center;
    10   margin: 0 120px;
    11 }
    13 .progress {
    14   margin: 10px 128px;
    15 }
    17 .progress-label,
    18 #errors-description {
    19   text-align: center;
    20   margin: 0 10px;
    21 }
    23 #checking-heading,
    24 #update-heading,
    25 #errors-heading {
    26   margin-top: 90px;
    27 }
    29 #select-heading,
    30 #confirm-heading {
    31   margin-top: 10px;
    32   margin-bottom: 10px;
    33   text-align: center;
    34 }
    36 #select-description,
    37 #confirm-description {
    38   margin: 10px;
    39 }
    41 #select-list {
    42   border: 1px solid WindowFrame;
    43   background-color: Window;
    44   margin: 10px;
    45 }
    47 #select-grid column {
    48   -moz-box-align: center;
    49 }
    51 #select-grid row {
    52   -moz-box-align: stretch;
    53 }
    55 #select-grid row:nth-of-type(odd) {
    56   background-color: -moz-oddtreerow;
    57 }
    59 #select-grid label,
    60 #select-grid checkbox {
    61   margin-top: 0;
    62   margin-bottom: 0;
    63 }
    65 .select-cell {
    66   -moz-box-align: center;
    67   -moz-box-pack: start;
    68   box-sizing: border-box;
    69 }
    71 #select-header {
    72   background-color: Window !important;
    73 }
    75 #select-header .select-cell {
    76   -moz-appearance: treeheadercell;
    77   border: 2px solid;
    78   -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
    79   -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
    80   -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
    81   -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
    82   background-color: -moz-Dialog;
    83   color: -moz-DialogText;
    84 }
    86 .select-keep {
    87   -moz-box-pack: center;
    88 }
    90 .select-icon {
    91   width: 20px;
    92 }
    94 #select-grid separator {
    95   display: none;
    96 }
    98 .addon-name,
    99 .addon-action-message,
   100 .addon-action-update {
   101   box-sizing: border-box;
   102   margin: 0;
   103   padding: 2px 6px;
   104 }
   106 .addon:not([active]) .addon-name,
   107 .addon:not([active]) .addon-action-message,
   108 .addon:not([active]) .addon-action-update {
   109   color: GrayText;
   110 }
   112 .addon-icon {
   113   height: 16px;
   114   width: 16px;
   115   margin: 2px;
   116   list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
   117 }
   119 .addon-icon[type="theme"] {
   120   list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric-16.png");
   121 }
   123 .addon-icon[type="plugin"] {
   124   list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
   125 }
   127 .addon-icon[type="dictionary"] {
   128   list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric-16.png");
   129 }
   131 .action-list {
   132   margin-top: 10px;
   133   -moz-margin-start: 5em;
   134 }
   136 .action-header {
   137   margin-bottom: 10px;
   138 }
   140 #confirm .addon {
   141   -moz-margin-start: 3em;
   142   -moz-box-align: center;
   143 }
   145 .addon:not([active]) .addon-icon,
   146 #disable-list .addon-icon,
   147 #incompatible-list .addon-icon {
   148   filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale");
   149 }
   151 #footer {
   152   padding: 15px 12px;
   153   -moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox");
   154   -moz-appearance: statusbar;
   155 }
   157 button {
   158   -moz-appearance: toolbarbutton;
   159   min-height: 22px;
   160   margin: 0 6px;
   161   padding: 0;
   162   text-shadow: @loweredShadow@;
   163 }

mercurial