1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/linux/global/preferences.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,62 @@ 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 +/* ===== preferences.css ===================================================== 1.9 + == Styles used by the XUL prefwindow element. 1.10 + ======================================================================= */ 1.11 + 1.12 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 1.13 + 1.14 +/* ::::: dialog ::::: */ 1.15 + 1.16 +prefwindow { 1.17 + padding: 0px; 1.18 +} 1.19 + 1.20 +prefpane { 1.21 + padding: 8px; 1.22 +} 1.23 + 1.24 +prefwindow[type="child"] { 1.25 + padding: 8px; 1.26 +} 1.27 + 1.28 +prefwindow[type="child"] > prefpane { 1.29 + padding: 0px; 1.30 +} 1.31 + 1.32 +.prefWindow-dlgbuttons { 1.33 + padding-bottom: 8px; 1.34 + -moz-padding-start: 8px; 1.35 + -moz-padding-end: 8px; 1.36 +} 1.37 + 1.38 +prefwindow[type="child"] .prefWindow-dlgbuttons { 1.39 + padding: 0px; 1.40 +} 1.41 + 1.42 +radio[pane] { 1.43 + -moz-appearance: none; 1.44 + min-width: 4.5em; 1.45 + margin: 0; 1.46 + padding: 3px; 1.47 + color: -moz-FieldText; 1.48 +} 1.49 + 1.50 +.paneSelector { 1.51 + -moz-appearance: listbox; 1.52 + margin: 8px 8px 0 8px; 1.53 + padding: 0; 1.54 +} 1.55 + 1.56 +.paneButtonIcon { 1.57 + width: 32px; 1.58 + height: 32px; 1.59 +} 1.60 + 1.61 +radio[pane][selected="true"] { 1.62 + background-color: Highlight; 1.63 + color: HighlightText; 1.64 +} 1.65 +