1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/osx/mozapps/extensions/eula.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,47 @@ 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 +#icon { 1.9 + list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); 1.10 + max-width: 48px; 1.11 + max-height: 48px; 1.12 + -moz-margin-end: 6px; 1.13 +} 1.14 + 1.15 +#eula-dialog[addontype="theme"] #icon { 1.16 + list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); 1.17 +} 1.18 + 1.19 +#eula-dialog[addontype="locale"] #icon { 1.20 + list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); 1.21 +} 1.22 + 1.23 +#eula-dialog[addontype="plugin"] #icon { 1.24 + list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); 1.25 +} 1.26 + 1.27 +#eula-dialog[addontype="dictionary"] #icon { 1.28 + list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); 1.29 +} 1.30 + 1.31 +#heading-container { 1.32 + -moz-box-align: center; 1.33 +} 1.34 + 1.35 +#heading { 1.36 + font-size: 120%; 1.37 +} 1.38 + 1.39 +#eula { 1.40 + -moz-appearance: none; 1.41 + color: -moz-FieldText; 1.42 + background-color: -moz-Field; 1.43 + margin: 1em; 1.44 + border: 1px solid; 1.45 + -moz-border-top-colors: ActiveBorder; 1.46 + -moz-border-right-colors: ActiveBorder; 1.47 + -moz-border-bottom-colors: ActiveBorder; 1.48 + -moz-border-left-colors: ActiveBorder; 1.49 +} 1.50 +