Merge pull request #6664 from open-sausages/pulls/4.0/cms-view-fields

Add class to clear underline styling for fieldholders
This commit is contained in:
Damian Mooyman 2017-02-28 19:53:51 +13:00 committed by GitHub
commit 75d8e923fb
2 changed files with 10 additions and 0 deletions

View File

@ -15124,6 +15124,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;

View File

@ -1,3 +1,8 @@
.form__field-message-item {
display: block;
}
.form-group.field--merge-below:after {
border-bottom: 0;
box-shadow: none;
}