mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Enhancement Add class to clear underline styling for fieldholders
This commit is contained in:
parent
5388ff41ec
commit
fc54fa1600
5
admin/client/dist/styles/bundle.css
vendored
5
admin/client/dist/styles/bundle.css
vendored
@ -15093,6 +15093,11 @@ div.TreeDropdownField a.jstree-loading .jstree-pageicon{
|
||||
display:block;
|
||||
}
|
||||
|
||||
.form-group.field--merge-below:after{
|
||||
border-bottom:0;
|
||||
box-shadow:none;
|
||||
}
|
||||
|
||||
.btn-toolbar{
|
||||
margin-top:1.2308rem;
|
||||
margin-bottom:1.2308rem;
|
||||
|
@ -1,3 +1,8 @@
|
||||
.form__field-message-item {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.form-group.field--merge-below:after {
|
||||
border-bottom: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user