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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/osx/mozapps/extensions/selectAddons.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,163 @@
     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 +%include ../../global/shared.inc
     1.9 +
    1.10 +.heading {
    1.11 +  font-size: 270%;
    1.12 +  text-align: center;
    1.13 +  margin: 0 120px;
    1.14 +}
    1.15 +
    1.16 +.progress {
    1.17 +  margin: 10px 128px;
    1.18 +}
    1.19 +
    1.20 +.progress-label,
    1.21 +#errors-description {
    1.22 +  text-align: center;
    1.23 +  margin: 0 10px;
    1.24 +}
    1.25 +
    1.26 +#checking-heading,
    1.27 +#update-heading,
    1.28 +#errors-heading {
    1.29 +  margin-top: 90px;
    1.30 +}
    1.31 +
    1.32 +#select-heading,
    1.33 +#confirm-heading {
    1.34 +  margin-top: 10px;
    1.35 +  margin-bottom: 10px;
    1.36 +  text-align: center;
    1.37 +}
    1.38 +
    1.39 +#select-description,
    1.40 +#confirm-description {
    1.41 +  margin: 10px;
    1.42 +}
    1.43 +
    1.44 +#select-list {
    1.45 +  border: 1px solid WindowFrame;
    1.46 +  background-color: Window;
    1.47 +  margin: 10px;
    1.48 +}
    1.49 +
    1.50 +#select-grid column {
    1.51 +  -moz-box-align: center;
    1.52 +}
    1.53 +
    1.54 +#select-grid row {
    1.55 +  -moz-box-align: stretch;
    1.56 +}
    1.57 +
    1.58 +#select-grid row:nth-of-type(odd) {
    1.59 +  background-color: -moz-oddtreerow;
    1.60 +}
    1.61 +
    1.62 +#select-grid label,
    1.63 +#select-grid checkbox {
    1.64 +  margin-top: 0;
    1.65 +  margin-bottom: 0;
    1.66 +}
    1.67 +
    1.68 +.select-cell {
    1.69 +  -moz-box-align: center;
    1.70 +  -moz-box-pack: start;
    1.71 +  box-sizing: border-box;
    1.72 +}
    1.73 +
    1.74 +#select-header {
    1.75 +  background-color: Window !important;
    1.76 +}
    1.77 +
    1.78 +#select-header .select-cell {
    1.79 +  -moz-appearance: treeheadercell;
    1.80 +  border: 2px solid;
    1.81 +  -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
    1.82 +  -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
    1.83 +  -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
    1.84 +  -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
    1.85 +  background-color: -moz-Dialog;
    1.86 +  color: -moz-DialogText;
    1.87 +}
    1.88 +
    1.89 +.select-keep {
    1.90 +  -moz-box-pack: center;
    1.91 +}
    1.92 +
    1.93 +.select-icon {
    1.94 +  width: 20px;
    1.95 +}
    1.96 +
    1.97 +#select-grid separator {
    1.98 +  display: none;
    1.99 +}
   1.100 +
   1.101 +.addon-name,
   1.102 +.addon-action-message,
   1.103 +.addon-action-update {
   1.104 +  box-sizing: border-box;
   1.105 +  margin: 0;
   1.106 +  padding: 2px 6px;
   1.107 +}
   1.108 +
   1.109 +.addon:not([active]) .addon-name,
   1.110 +.addon:not([active]) .addon-action-message,
   1.111 +.addon:not([active]) .addon-action-update {
   1.112 +  color: GrayText;
   1.113 +}
   1.114 +
   1.115 +.addon-icon {
   1.116 +  height: 16px;
   1.117 +  width: 16px;
   1.118 +  margin: 2px;
   1.119 +  list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
   1.120 +}
   1.121 +
   1.122 +.addon-icon[type="theme"] {
   1.123 +  list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric-16.png");
   1.124 +}
   1.125 +
   1.126 +.addon-icon[type="plugin"] {
   1.127 +  list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
   1.128 +}
   1.129 +
   1.130 +.addon-icon[type="dictionary"] {
   1.131 +  list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric-16.png");
   1.132 +}
   1.133 +
   1.134 +.action-list {
   1.135 +  margin-top: 10px;
   1.136 +  -moz-margin-start: 5em;
   1.137 +}
   1.138 +
   1.139 +.action-header {
   1.140 +  margin-bottom: 10px;
   1.141 +}
   1.142 +
   1.143 +#confirm .addon {
   1.144 +  -moz-margin-start: 3em;
   1.145 +  -moz-box-align: center;
   1.146 +}
   1.147 +
   1.148 +.addon:not([active]) .addon-icon,
   1.149 +#disable-list .addon-icon,
   1.150 +#incompatible-list .addon-icon {
   1.151 +  filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale");
   1.152 +}
   1.153 +
   1.154 +#footer {
   1.155 +  padding: 15px 12px;
   1.156 +  -moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox");
   1.157 +  -moz-appearance: statusbar;
   1.158 +}
   1.159 +
   1.160 +button {
   1.161 +  -moz-appearance: toolbarbutton;
   1.162 +  min-height: 22px;
   1.163 +  margin: 0 6px;
   1.164 +  padding: 0;
   1.165 +  text-shadow: @loweredShadow@;
   1.166 +}

mercurial