You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/10/20 21:00:31 UTC

[sling-org-apache-sling-app-cms] 02/06: UI tweak - making the search panel have a white background

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 <dk...@apache.org>
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>