summaryrefslogtreecommitdiffstats
path: root/comm/suite/themes/modern/global/preferences.css
blob: 49450a6ef72f51007f77f74fac1c39eb301a06a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* 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;
}

prefwindow[type="child"] {
  padding: 7px 5px 5px;
}

prefpane {
  padding: 7px 5px 0px 5px;
}

prefwindow[type="child"] > prefpane {
  padding: 0px;
}

.prefWindow-dlgbuttons {
  padding: 0px 5px 5px;
}

prefwindow[type="child"] > .prefWindow-dlgbuttons {
  padding: 0px;
}

radio[pane] {
  margin: 0px 1px;
  padding: 1px 3px;
  min-width: 4.5em;
  background-color: #FFFFFF;
  color: #000000;
}

radio[pane][selected="true"] {
  background-color: #C7D0D9;
}

radio[pane]:hover:active {
  background-color: #90A1B3;
  color: #FFFFFF;
}

.paneSelector {
  border-bottom: 1px solid #2D3B49;
  margin: 0px;
  padding-inline-start: 10px;
  background-color: #FFFFFF;
  color: #000000;
}

.paneButtonIcon {
  width: 32px;
  height: 32px;
}