make new net/cert error pages work, remove pocket styling and let system add-on do...
[themes.git] / LCARStrek / mozapps / pref / pref.css
CommitLineData
613daf44 1/*
2# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
9099c61d
RK
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/.
613daf44 6#
9099c61d
RK
7# This Source Code Form is "Incompatible With Secondary Licenses", as
8# defined by the Mozilla Public License, v. 2.0.
613daf44 9*/
10
11.listBox {
569543b3 12 border-radius: 3px;
02920d2b 13 margin: 2px;
613daf44 14 border: 1px solid #9C9CFF;
15 background-color: #000000;
16}
17
18.indent {
8caa872d
RK
19 -moz-margin-start: 23px;
20 -moz-margin-end: 23px;
613daf44 21}
22
23.small-indent {
8caa872d 24 -moz-margin-start: 15px;
613daf44 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 {
e10e7add 38 width: 5em;
613daf44 39}
40
41#fileExtension.pluginsList {
e10e7add 42 width: 5.5em;
613daf44 43}
44
e10e7add 45#typeIcon,
613daf44 46.extensionChildren::-moz-tree-image(fileExtension),
47.pluginTypesChildren::-moz-tree-image(fileExtension) {
02920d2b
RK
48 margin: 0;
49 -moz-margin-end: 5px;
613daf44 50}
51
52.pluginTypesChildren::-moz-tree-image(pluginEnabled) {
02920d2b
RK
53 margin: 0;
54 -moz-margin-end: 5px;
e10e7add 55 list-style-image: url("chrome://mozapps/skin/pref/dot.gif");
613daf44 56}
57
58.pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) {
02920d2b
RK
59 margin: 0;
60 -moz-margin-end: 5px;
e10e7add 61 list-style-image: url("chrome://mozapps/skin/pref/check.gif");
613daf44 62}
63
64.biggerIndent {
8caa872d 65 -moz-margin-start: 28px;
613daf44 66}
67
68#typeField {
e10e7add 69 font-weight: bold;
613daf44 70}
71
72#defaultAppName {
8caa872d 73 -moz-margin-start: 6px !important;
613daf44 74}