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