toolkit/themes/windows/global/preferences.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/windows/global/preferences.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,76 @@
     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-top: 8px;
    1.22 +  padding-bottom: 10px;
    1.23 +  -moz-padding-start: 8px;
    1.24 +  -moz-padding-end: 10px;
    1.25 +}
    1.26 +
    1.27 +prefwindow[type="child"] {
    1.28 +  padding-top: 8px;
    1.29 +  padding-bottom: 10px;
    1.30 +  -moz-padding-start: 8px;
    1.31 +  -moz-padding-end: 10px;
    1.32 +}
    1.33 +
    1.34 +prefwindow[type="child"] > prefpane {
    1.35 +  padding: 0px;
    1.36 +}
    1.37 +
    1.38 +.prefWindow-dlgbuttons {
    1.39 +  padding-bottom: 10px;
    1.40 +  -moz-padding-start: 8px;
    1.41 +  -moz-padding-end: 10px;
    1.42 +}
    1.43 +
    1.44 +prefwindow[type="child"] .prefWindow-dlgbuttons {
    1.45 +  padding: 0px;
    1.46 +}
    1.47 +
    1.48 +radio[pane] {
    1.49 +  -moz-appearance: none;
    1.50 +  margin: 0px 1px 0px 1px;
    1.51 +  padding: 1px 3px 1px 3px;
    1.52 +  min-width: 4.5em;
    1.53 +}
    1.54 +
    1.55 +.paneSelector {
    1.56 +  border-bottom: 2px groove ThreeDFace;
    1.57 +  margin: 0px;
    1.58 +  -moz-padding-start: 10px;
    1.59 +  background-color: -moz-Field;
    1.60 +  color: -moz-FieldText;
    1.61 +}
    1.62 +
    1.63 +.paneButtonIcon {
    1.64 +  width: 32px;
    1.65 +  height: 32px;
    1.66 +}
    1.67 +
    1.68 +radio[pane]:hover {
    1.69 +  background-color: #E0E8F6;
    1.70 +  color: black;
    1.71 +  -moz-appearance: none;
    1.72 +}
    1.73 +
    1.74 +radio[pane][selected="true"] {
    1.75 +  background-color: #C1D2EE;
    1.76 +  color: black; 
    1.77 +  -moz-appearance: none;
    1.78 +}
    1.79 +

mercurial