summaryrefslogtreecommitdiffstats
path: root/comm/suite/themes/modern/global/config.css
blob: c4864c7adbd6dc1b8b2cb4dd68be96b446c5c700 (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
66
67
68
69
70
71
72
/* 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/. */

/* ===== config.css ==============================================
   == Styles for about:config
   ======================================================================= */

@import url("chrome://global/skin/global.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* ::::: warning screen ::::: */

#warningScreen
{
  background-color: #FFF;
}

#warningBox
{
  background-color: #C7D0D9;
  background-image: url("chrome://global/skin/icons/warning-48.png");
  background-repeat: no-repeat;
  background-position: 30px 3em;
  color: #22262F;
  border: 1px solid #494F5D;
  border-radius: 10px;
  padding: 3em;
  padding-inline-start: 78px;
  margin: 0 1em;
}

.title, .description
{
  max-width: 50em;
  padding-inline-start: 3em;
}

#warningTitle
{
  margin: 0 0 .6em;
  font-size: 160%;
  border-bottom: 1px solid #7A8490;
}

#warningText
{
  font-size: 110%;
  margin-inline-start: 0;
}

#warningButton
{
  margin-top: 0.6em;
}

#showWarningNextTime
{
  margin-top: 0.6em;
}

/* ::::: tree rows ::::: */

treechildren::-moz-tree-cell-text(user)
{
  font-weight: bold;
}

treechildren::-moz-tree-cell-text(locked)
{
  font-style: italic;
}