Revision control

Copy as Markdown

Other Tools

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* ===== groupbox.css ==================================================
== Styles used by the XUL groupbox and related elements.
======================================================================= */
/* ::::: groupbox ::::: */
groupbox {
margin: 5px;
border: 1px solid #858B97;
padding: 5px;
}
.groupbox-body {
padding: inherit;
}
caption {
margin: 0px 6px 2px;
padding: 0px 3px;
background-color: #C7D0D9;
}