Issue #2002336 by mgifford, falcon03, Liam Morland: Introduce a class to hide borders fieldsets elements.
parent
1ae30efb80
commit
20faa056a5
core/modules/system/css
|
@ -99,6 +99,13 @@ abbr.form-required, abbr.tabledrag-changed, abbr.ajax-changed {
|
|||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
fieldset.fieldset-no-border {
|
||||
border: none;
|
||||
padding: 0;
|
||||
}
|
||||
fieldset.fieldset-no-border legend {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Inline items.
|
||||
|
|
Loading…
Reference in New Issue