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.

michael@0 1 /* This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 * License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
michael@0 4
michael@0 5 %include ../../global/shared.inc
michael@0 6
michael@0 7 .heading {
michael@0 8 font-size: 270%;
michael@0 9 text-align: center;
michael@0 10 margin: 0 120px;
michael@0 11 }
michael@0 12
michael@0 13 .progress {
michael@0 14 margin: 10px 128px;
michael@0 15 }
michael@0 16
michael@0 17 .progress-label,
michael@0 18 #errors-description {
michael@0 19 text-align: center;
michael@0 20 margin: 0 10px;
michael@0 21 }
michael@0 22
michael@0 23 #checking-heading,
michael@0 24 #update-heading,
michael@0 25 #errors-heading {
michael@0 26 margin-top: 90px;
michael@0 27 }
michael@0 28
michael@0 29 #select-heading,
michael@0 30 #confirm-heading {
michael@0 31 margin-top: 10px;
michael@0 32 margin-bottom: 10px;
michael@0 33 text-align: center;
michael@0 34 }
michael@0 35
michael@0 36 #select-description,
michael@0 37 #confirm-description {
michael@0 38 margin: 10px;
michael@0 39 }
michael@0 40
michael@0 41 #select-list {
michael@0 42 border: 1px solid WindowFrame;
michael@0 43 background-color: Window;
michael@0 44 margin: 10px;
michael@0 45 }
michael@0 46
michael@0 47 #select-grid column {
michael@0 48 -moz-box-align: center;
michael@0 49 }
michael@0 50
michael@0 51 #select-grid row {
michael@0 52 -moz-box-align: stretch;
michael@0 53 }
michael@0 54
michael@0 55 #select-grid row:nth-of-type(odd) {
michael@0 56 background-color: -moz-oddtreerow;
michael@0 57 }
michael@0 58
michael@0 59 #select-grid label,
michael@0 60 #select-grid checkbox {
michael@0 61 margin-top: 0;
michael@0 62 margin-bottom: 0;
michael@0 63 }
michael@0 64
michael@0 65 .select-cell {
michael@0 66 -moz-box-align: center;
michael@0 67 -moz-box-pack: start;
michael@0 68 box-sizing: border-box;
michael@0 69 }
michael@0 70
michael@0 71 #select-header {
michael@0 72 background-color: Window !important;
michael@0 73 }
michael@0 74
michael@0 75 #select-header .select-cell {
michael@0 76 -moz-appearance: treeheadercell;
michael@0 77 border: 2px solid;
michael@0 78 -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
michael@0 79 -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
michael@0 80 -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
michael@0 81 -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
michael@0 82 background-color: -moz-Dialog;
michael@0 83 color: -moz-DialogText;
michael@0 84 }
michael@0 85
michael@0 86 .select-keep {
michael@0 87 -moz-box-pack: center;
michael@0 88 }
michael@0 89
michael@0 90 .select-icon {
michael@0 91 width: 20px;
michael@0 92 }
michael@0 93
michael@0 94 #select-grid separator {
michael@0 95 display: none;
michael@0 96 }
michael@0 97
michael@0 98 .addon-name,
michael@0 99 .addon-action-message,
michael@0 100 .addon-action-update {
michael@0 101 box-sizing: border-box;
michael@0 102 margin: 0;
michael@0 103 padding: 2px 6px;
michael@0 104 }
michael@0 105
michael@0 106 .addon:not([active]) .addon-name,
michael@0 107 .addon:not([active]) .addon-action-message,
michael@0 108 .addon:not([active]) .addon-action-update {
michael@0 109 color: GrayText;
michael@0 110 }
michael@0 111
michael@0 112 .addon-icon {
michael@0 113 height: 16px;
michael@0 114 width: 16px;
michael@0 115 margin: 2px;
michael@0 116 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
michael@0 117 }
michael@0 118
michael@0 119 .addon-icon[type="theme"] {
michael@0 120 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric-16.png");
michael@0 121 }
michael@0 122
michael@0 123 .addon-icon[type="plugin"] {
michael@0 124 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
michael@0 125 }
michael@0 126
michael@0 127 .addon-icon[type="dictionary"] {
michael@0 128 list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric-16.png");
michael@0 129 }
michael@0 130
michael@0 131 .action-list {
michael@0 132 margin-top: 10px;
michael@0 133 -moz-margin-start: 5em;
michael@0 134 }
michael@0 135
michael@0 136 .action-header {
michael@0 137 margin-bottom: 10px;
michael@0 138 }
michael@0 139
michael@0 140 #confirm .addon {
michael@0 141 -moz-margin-start: 3em;
michael@0 142 -moz-box-align: center;
michael@0 143 }
michael@0 144
michael@0 145 .addon:not([active]) .addon-icon,
michael@0 146 #disable-list .addon-icon,
michael@0 147 #incompatible-list .addon-icon {
michael@0 148 filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale");
michael@0 149 }
michael@0 150
michael@0 151 #footer {
michael@0 152 padding: 15px 12px;
michael@0 153 -moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox");
michael@0 154 -moz-appearance: statusbar;
michael@0 155 }
michael@0 156
michael@0 157 button {
michael@0 158 -moz-appearance: toolbarbutton;
michael@0 159 min-height: 22px;
michael@0 160 margin: 0 6px;
michael@0 161 padding: 0;
michael@0 162 text-shadow: @loweredShadow@;
michael@0 163 }

mercurial