This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch SLING-7858 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit be0d678a6dcb0bbca0b5b36438dc426c78a02a6d Author: Dan Klco <[email protected]> AuthorDate: Wed Aug 29 18:18:21 2018 -0400 Fixing the success button style --- .../jcr_root/libs/sling-cms/components/cms/getform/getform.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/components/cms/getform/getform.jsp b/ui/src/main/resources/jcr_root/libs/sling-cms/components/cms/getform/getform.jsp index b61d585..3bfef71 100644 --- a/ui/src/main/resources/jcr_root/libs/sling-cms/components/cms/getform/getform.jsp +++ b/ui/src/main/resources/jcr_root/libs/sling-cms/components/cms/getform/getform.jsp @@ -27,11 +27,11 @@ </c:otherwise> </c:choose> <form method="get" action="${action}" class="Get-Form" data-target="${properties.target}" data-load="${properties.load}"> - <div class="Form-Ajax__wrapper"> + <div class="Form-Ajax__wrapper field"> <input type="hidden" name="_charset_" value="utf-8" /> <sling:include path="fields" resourceType="sling-cms/components/general/container" /> <div class="Field-Group"> - <button type="submit" class="btn btn-success" title="<sling:encode value="${properties.button}" mode="HTML_ATTR" />"> + <button type="submit" class="button is-primary" title="<sling:encode value="${properties.button}" mode="HTML_ATTR" />"> <sling:encode value="${properties.button}" mode="HTML" /> </button> </div>
