convert buttons to a more LCARS-like and visible look with a new color scheme
[themes.git] / LCARStrek / global / preferences.css
... / ...
CommitLineData
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
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5/* ===== preferences.css =====================================================
6 == Styles used by the XUL prefwindow element.
7 ======================================================================= */
8
9@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
10
11/* ::::: dialog ::::: */
12
13prefwindow {
14 padding: 0px;
15}
16
17prefpane {
18 padding-top: 3px;
19 padding-bottom: 0px;
20 -moz-padding-start: 3px;
21 -moz-padding-end: 0px;
22}
23
24prefwindow[type="child"] {
25 padding-top: 3px;
26 padding-bottom: 0px;
27 -moz-padding-start: 3px;
28 -moz-padding-end: 0px;
29}
30
31prefwindow[type="child"] > prefpane {
32 padding: 0px;
33}
34
35.prefWindow-dlgbuttons {
36 padding-top: 3px;
37}
38
39prefwindow[type="child"] .prefWindow-dlgbuttons {
40 padding: 0px;
41}
42
43radio[pane] {
44 margin: 0px 1px;
45 padding: 1px 3px;
46 min-width: 4.5em;
47 border-radius: 5px;
48}
49
50.paneSelector {
51 border-bottom: 1px solid #9C9CFF;
52 margin: 0px;
53 margin-bottom: 3px;
54 -moz-padding-start: 10px;
55 background-color: #000000;
56 color: #FF9F00;
57}
58
59.paneButtonIcon {
60 width: 32px;
61 height: 32px;
62}
63
64radio[pane]:hover {
65 background-color: #FFCF00;
66 color: #000000;
67}
68
69radio[pane][selected="true"] {
70 background-color: #008484;
71 color: #000000;
72}