summaryrefslogtreecommitdiffstats
path: root/browser/themes/shared/preferences/dialog.inc.css
blob: e6e6f519259c339358b442cf6642736e4b2e03de (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
%if 0
/* - 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/. */
%endif

window,
dialog {
  appearance: none;
  background-color: var(--in-content-page-background);
  color: var(--in-content-page-color);
  margin: 0;
  padding: 0;
}

.contentPane {
  -moz-box-flex: 1;
}

.contentPane,
dialog::part(content-box) {
  /* This allows the focus ring to display fully when scrolling is enabled. */
  padding: 4px;
}

.contentPane.doScroll,
dialog.doScroll::part(content-box) {
  overflow-y: auto;
}

tree:not(#rejectsTree) {
  min-height: 15em;
}

.actionButtons {
  margin: 3px 0 0;
}

menulist label {
  font-weight: unset;
}