1/* - This Source Code Form is subject to the terms of the Mozilla Public
2   - License, v. 2.0. If a copy of the MPL was not distributed with this file,
3   - You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5%include ../../../shared/incontentprefs/dialog.inc.css
6
7prefwindow,
8.windowDialog {
9  font: message-box !important;
10}
11
12label:not(.menu-text),
13textbox,
14description,
15.tab-text,
16caption > label {
17  font-size: 1.3em;
18}
19
20/* Create a separate rule to unset these styles on .tree-input instead of
21   using :not(.tree-input) so the selector specifity doesn't change. */
22textbox.tree-input {
23  font-size: unset;
24}
25
26button {
27  font-size: 1em;
28}
29
30caption {
31  font: message-box;
32}
33
34.prefWindow-dlgbuttons {
35  margin: 0;
36}
37