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