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
7label:not(.menu-text),
8textbox,
9description,
10.tab-text,
11caption > label {
12  font-size: 1.2em;
13}
14
15/* Create a separate rule to unset these styles on .tree-input instead of
16   using :not(.tree-input) so the selector specifity doesn't change. */
17textbox.tree-input {
18  font-size: unset;
19}
20