Enhancement Add class to clear underline styling for fieldholders

This commit is contained in:
Christopher Joe 2017-02-28 10:35:56 +13:00 committed by Damian Mooyman
parent 5388ff41ec
commit fc54fa1600
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
2 changed files with 10 additions and 0 deletions

View File

@ -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;

View File

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