This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit 8a6af12066276d100ca3e79e979bca51142e9db8 Author: Dan Klco <[email protected]> AuthorDate: Tue Oct 20 16:57:14 2020 -0400 UI tweak - making the search panel have a white background --- .../libs/sling-cms/components/cms/startcontent/startcontent.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/components/cms/startcontent/startcontent.jsp b/ui/src/main/resources/jcr_root/libs/sling-cms/components/cms/startcontent/startcontent.jsp index 2c4f30f..f4c643a 100644 --- a/ui/src/main/resources/jcr_root/libs/sling-cms/components/cms/startcontent/startcontent.jsp +++ b/ui/src/main/resources/jcr_root/libs/sling-cms/components/cms/startcontent/startcontent.jsp @@ -51,7 +51,7 @@ </nav> </div> <div class="column"> - <nav class="panel"> + <nav class="panel has-background-white"> <p class="panel-heading"> <fmt:message key="slingcms.findcontent" /> </p>
