From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" <mattatobin@localhost.localdomain> Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- toolkit/themes/windows/global/preferences.css | 76 +++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 toolkit/themes/windows/global/preferences.css (limited to 'toolkit/themes/windows/global/preferences.css') diff --git a/toolkit/themes/windows/global/preferences.css b/toolkit/themes/windows/global/preferences.css new file mode 100644 index 000000000..b096358dd --- /dev/null +++ b/toolkit/themes/windows/global/preferences.css @@ -0,0 +1,76 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +/* ===== preferences.css ===================================================== + == Styles used by the XUL prefwindow element. + ======================================================================= */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* ::::: dialog ::::: */ + +prefwindow { + padding: 0px; +} + +prefpane { + padding-top: 8px; + padding-bottom: 10px; + padding-inline-start: 8px; + padding-inline-end: 10px; +} + +prefwindow[type="child"] { + padding-top: 8px; + padding-bottom: 10px; + padding-inline-start: 8px; + padding-inline-end: 10px; +} + +prefwindow[type="child"] > prefpane { + padding: 0px; +} + +.prefWindow-dlgbuttons { + padding-bottom: 10px; + padding-inline-start: 8px; + padding-inline-end: 10px; +} + +prefwindow[type="child"] .prefWindow-dlgbuttons { + padding: 0px; +} + +radio[pane] { + -moz-appearance: none; + margin: 0px 1px 0px 1px; + padding: 1px 3px 1px 3px; + min-width: 4.5em; +} + +.paneSelector { + border-bottom: 2px groove ThreeDFace; + margin: 0px; + padding-inline-start: 10px; + background-color: -moz-Field; + color: -moz-FieldText; +} + +.paneButtonIcon { + width: 32px; + height: 32px; +} + +radio[pane]:hover { + background-color: #E0E8F6; + color: black; + -moz-appearance: none; +} + +radio[pane][selected="true"] { + background-color: #C1D2EE; + color: black; + -moz-appearance: none; +} + -- cgit v1.2.3