gecko-dev/themes/classic/global/mac/groupbox.css

20 lines
381 B
CSS

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
groupbox
{
border : 2px groove #CCCCCC;
padding : 7px;
margin : 5px;
}
box.groupbox-title
{
padding-left : 5px;
padding-right : 5px;
}
box.groupbox-body
{
padding : inherit;
}