try to make mac menubar not bring up an empty toolbar
[themes.git] / LCARStrek / global / preferences.css
CommitLineData
9099c61d
RK
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/. */
03f6f39c 4
f98e9249
RK
5/* ===== preferences.css =====================================================
6 == Styles used by the XUL prefwindow element.
7 ======================================================================= */
03f6f39c 8
f98e9249 9@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
03f6f39c 10
f98e9249 11/* ::::: dialog ::::: */
03f6f39c 12
f98e9249
RK
13prefwindow {
14 padding: 0px;
03f6f39c 15}
16
f98e9249 17prefpane {
dd676468
RK
18 padding-top: 3px;
19 padding-bottom: 0px;
20 -moz-padding-start: 3px;
21 -moz-padding-end: 0px;
03f6f39c 22}
23
f98e9249 24prefwindow[type="child"] {
dd676468
RK
25 padding-top: 3px;
26 padding-bottom: 0px;
27 -moz-padding-start: 3px;
28 -moz-padding-end: 0px;
03f6f39c 29}
30
f98e9249
RK
31prefwindow[type="child"] > prefpane {
32 padding: 0px;
03f6f39c 33}
34
f98e9249 35.prefWindow-dlgbuttons {
dd676468 36 padding-top: 3px;
03f6f39c 37}
38
f98e9249
RK
39prefwindow[type="child"] .prefWindow-dlgbuttons {
40 padding: 0px;
03f6f39c 41}
42
f98e9249 43radio[pane] {
02920d2b
RK
44 margin: 0px 1px;
45 padding: 1px 3px;
f98e9249 46 min-width: 4.5em;
569543b3 47 border-radius: 5px;
03f6f39c 48}
49
f98e9249
RK
50.paneSelector {
51 border-bottom: 1px solid #9C9CFF;
52 margin: 0px;
dd676468 53 margin-bottom: 3px;
f98e9249
RK
54 -moz-padding-start: 10px;
55 background-color: #000000;
56 color: #FF9F00;
03f6f39c 57}
58
f98e9249
RK
59.paneButtonIcon {
60 width: 32px;
61 height: 32px;
03f6f39c 62}
63
f98e9249
RK
64radio[pane]:hover {
65 background-color: #FFCF00;
66 color: #000000;
03f6f39c 67}
68
f98e9249
RK
69radio[pane][selected="true"] {
70 background-color: #008484;
71 color: #000000;
03f6f39c 72}