first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / LCARStrek / mozapps / pref / pref.css
1 /*
2 # -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
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   border-radius: 3px;
13   margin: 2px;
14   border: 1px solid #9C9CFF;
15   background-color: #000000;
16 }
17
18 .indent {
19   margin-inline-start: 23px;
20   margin-inline-end: 23px;
21 }
22
23 .small-indent {
24   margin-inline-start: 15px;
25 }
26
27 .uniWidthButton {
28   min-width: 8em;
29 }
30
31 /** Privacy/Advanced Panels Expander Boxes **/
32 .settingsBox {
33   margin: 2px;
34   padding: 2px;
35 }
36
37 #fileExtension {
38   width: 5em;
39 }
40
41 #fileExtension.pluginsList {
42   width: 5.5em;
43 }
44
45 #typeIcon,
46 .extensionChildren::-moz-tree-image(fileExtension),
47 .pluginTypesChildren::-moz-tree-image(fileExtension) {
48   margin: 0;
49   margin-inline-end: 5px;
50 }
51
52 .pluginTypesChildren::-moz-tree-image(pluginEnabled) {
53   margin: 0;
54   margin-inline-end: 5px;
55   list-style-image: url("chrome://mozapps/skin/pref/dot.gif");
56 }
57
58 .pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) {
59   margin: 0;
60   margin-inline-end: 5px;
61   list-style-image: url("chrome://mozapps/skin/pref/check.gif");
62 }
63
64 .biggerIndent {
65   margin-inline-start: 28px;
66 }
67
68 #typeField {
69   font-weight: bold;
70 }
71
72 #defaultAppName {
73   margin-inline-start: 6px !important;
74 }