some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / global / groupbox.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/. */
128000f4 4
74d14f90 5/* ===== groupbox.css ==================================================
6 == Styles used by the XUL groupbox and related elements.
7 ======================================================================= */
f6e0a33f 8
df8c26c4
RK
9@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
10
74d14f90 11/* ::::: groupbox ::::: */
12
13groupbox {
d36c7ec4 14 margin: 3px 2px;
74d14f90 15 border: 2px groove #CCD0DD;
02920d2b
RK
16 padding-top: 3px;
17 padding-bottom: 5px;
dae45075
RK
18 padding-inline-start: 5px;
19 padding-inline-end: 3px;
74d14f90 20}
21
22.groupbox-body {
23 padding: inherit;
24}
25
26caption {
02920d2b 27 margin: 0px 6px 2px;
74d14f90 28 padding: 0px 3px;
df8c26c4 29 background-color: #CCD0DD;
74d14f90 30}
7862e6ee
RK
31
32.caption-text {
33 margin-top: 0;
34 margin-bottom: 0;
dae45075
RK
35 margin-inline-start: 1px;
36 margin-inline-end: 2px;
7862e6ee 37}