You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/11/10 10:00:07 UTC

[cloudstack-documentation] branch master updated: Project view - Sidebar background color customization (#166)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new 11b7cc3  Project view - Sidebar background color customization (#166)
11b7cc3 is described below

commit 11b7cc3a8daae1735b4da0761f7e27da9a6b117d
Author: Hoang Nguyen <ho...@unitech.vn>
AuthorDate: Tue Nov 10 16:58:57 2020 +0700

    Project view - Sidebar background color customization (#166)
    
    * add custom option (background/text) for sidebar of project view
    
    * Update source/installguide/primate.rst
    
    Co-authored-by: davidjumani <dj...@gmail.com>
    
    Co-authored-by: davidjumani <dj...@gmail.com>
---
 source/installguide/primate.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/source/installguide/primate.rst b/source/installguide/primate.rst
index 2c8db36..4347527 100644
--- a/source/installguide/primate.rst
+++ b/source/installguide/primate.rst
@@ -167,6 +167,8 @@ Customization of themes is also possible, such as, modifying banner width, gener
 
     "theme": {
         "@logo-background-color": "#ffffff",
+        "@project-nav-text-color": "#001529",
+        "@navigation-text-color": "rgba(255, 255, 255, 0.65)",
         "@navigation-background-color": "#ffffff",
         "@navigation-text-color": "rgba(0, 0, 0, 0.65)",
         "@primary-color": "#1890ff",
@@ -196,6 +198,8 @@ Customization of themes is also possible, such as, modifying banner width, gener
 where,
 
 - @logo-background-color changes the logo background color.
+- @project-nav-background-color changes the navigation menu background color of the project.
+- @project-nav-text-color changes the navigation menu background color of the project view.
 - @navigation-background-color changes the navigation menu background color.
 - @navigation-text-color changes the navigation text color.
 - @primary-color: changes the major background color of the page (background button, icon hover, etc).