second and last part of syncing LCARStrek with Firefox 49/50 windows theme changes
[themes.git] / EarlyBlue / mozapps / pref / pref.css
... / ...
CommitLineData
1/*
2# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
3# This Source Code Form is subject to the terms of the Mozilla Public
4# License, v. 2.0. If a copy of the MPL was not distributed with this
5# file, You can obtain one at http://mozilla.org/MPL/2.0/.
6#
7# This Source Code Form is "Incompatible With Secondary Licenses", as
8# defined by the Mozilla Public License, v. 2.0.
9*/
10
11.listBox {
12 margin: 2px;
13 border: 1px inset #CCD0DD;
14 background-color: #FFFFFF;
15}
16
17.indent {
18 margin-inline-start: 23px;
19 margin-inline-end: 23px;
20}
21
22.small-indent {
23 margin-inline-start: 15px;
24}
25
26.uniWidthButton {
27 min-width: 8em;
28}
29
30/** Privacy/Advanced Panels Expander Boxes **/
31.settingsBox {
32 margin: 2px;
33 padding: 2px;
34}
35
36#fileExtension {
37 width: 5em;
38}
39
40#fileExtension.pluginsList {
41 width: 5.5em;
42}
43
44#typeIcon,
45.extensionChildren::-moz-tree-image(fileExtension),
46.pluginTypesChildren::-moz-tree-image(fileExtension) {
47 margin: 0;
48 margin-inline-end: 5px;
49}
50
51.pluginTypesChildren::-moz-tree-image(pluginEnabled) {
52 margin: 0;
53 margin-inline-end: 5px;
54 list-style-image: url("chrome://mozapps/skin/pref/dot.gif");
55}
56
57.pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) {
58 margin: 0;
59 margin-inline-end: 5px;
60 list-style-image: url("chrome://mozapps/skin/pref/check.gif");
61}
62
63.biggerIndent {
64 margin-inline-start: 28px;
65}
66
67#typeField {
68 font-weight: bold;
69}
70
71#defaultAppName {
72 margin-inline-start: 6px !important;
73}