1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/windows/global/config.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,84 @@ 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 + 1.9 +@import url("chrome://global/skin/"); 1.10 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 1.11 + 1.12 + 1.13 +#warningScreen 1.14 +{ 1.15 + background-color: -moz-Dialog; 1.16 +} 1.17 + 1.18 +#warningBox 1.19 +{ 1.20 + background-color: -moz-Field; 1.21 + color: -moz-FieldText; 1.22 + border: 1px solid ThreeDShadow; 1.23 + border-radius: 10px; 1.24 + padding: 3em; 1.25 + -moz-padding-start: 30px; 1.26 + margin-left: 1em; 1.27 + margin-right: 1em; 1.28 +} 1.29 + 1.30 +#warningInnerBox 1.31 +{ 1.32 + max-width: 50em; 1.33 +} 1.34 + 1.35 +#warningTitle 1.36 +{ 1.37 + margin: 0 0 .6em 0; 1.38 + font-size: 160%; 1.39 + border-bottom: 1px solid ThreeDLightShadow 1.40 +} 1.41 + 1.42 +#warningText 1.43 +{ 1.44 + font-size: 110%; 1.45 + margin-left: 0; 1.46 +} 1.47 + 1.48 +#warningButton 1.49 +{ 1.50 + margin-top: 0.6em; 1.51 +} 1.52 + 1.53 +#showWarningNextTime 1.54 +{ 1.55 + margin-top: 0.6em; 1.56 +} 1.57 + 1.58 +#exclam 1.59 +{ 1.60 +%ifdef MOZ_WIDGET_GTK 1.61 + list-style-image: url("moz-icon://stock/gtk-dialog-warning?size=dialog"); 1.62 +%else 1.63 + list-style-image: url("chrome://global/skin/icons/warning-large.png"); 1.64 +%endif 1.65 + -moz-margin-end: 3em; 1.66 +} 1.67 + 1.68 +#configTreeBody::-moz-tree-cell-text(user) 1.69 +{ 1.70 + font-weight: bold; 1.71 +} 1.72 + 1.73 +#configTreeBody::-moz-tree-cell-text(locked) 1.74 +{ 1.75 + font-style: italic; 1.76 +} 1.77 + 1.78 +#configTree 1.79 +{ 1.80 + margin-top: 5px; 1.81 + margin-bottom: 5px; 1.82 +} 1.83 + 1.84 +#filterRow 1.85 +{ 1.86 + margin-top: 5px; 1.87 +}