[Libreoffice-commits] help.git: Branch 'distro/collabora/cp-6.0' - help3xsl/default.css

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Aug 9 20:20:33 UTC 2018


 help3xsl/default.css |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

New commits:
commit 983096a7dc932457fe1ae116669c66c14ed1f320
Author:     Jan Holesovsky <kendy at collabora.com>
AuthorDate: Thu Aug 9 21:46:38 2018 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Aug 9 22:20:13 2018 +0200

    [cp] Update the header css.
    
    Change-Id: I5f5eeac7d9a95994f8b1ddbe734a7a622013421d
    Reviewed-on: https://gerrit.libreoffice.org/58799
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index f5eaa0641..ea3e2aff8 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -368,17 +368,18 @@ h6 {
     grid-area: header;
 }
 header {
-    background-color: #18A303;
-    color: #fff;
+    background-color: #fff;
+    color: #5c3de2;
     height: 64px;
     padding: 8px 8px 8px 16px;
+    border-bottom: 1px solid rgba(0,0,0,0.04);
 }
 .logo-container {
     display: flex;
     justify-content: space-between;
 }
 .logo {
-    color: #fff;
+    color: #5c3de2;
     text-decoration: none;
     display: flex;
 }
@@ -405,8 +406,8 @@ header {
     text-align: center;
 }
 .lang nav a, .modules nav a {
-    color: #fff;
-    background-color: #233336;
+    color: #0c0c0c;
+    background-color: #f2f2f2;
     display: block;
     line-height: 1.5;
     padding: 3px 6px;
@@ -582,7 +583,7 @@ li.disabled a {
 }
 .modules label:after, .lang label:after {
     font-size: 30px;
-    color: #fff;
+    color: #5c3de2;
     content:"⌄";
 }
 .lang label, .modules label {
@@ -719,7 +720,7 @@ li.disabled a {
     }
     .lang label, .modules label {
         cursor: pointer;
-        color: #fff;
+        color: #5c3de2;
         font-size: 19px;
         position: relative;
         top: 40px;


More information about the Libreoffice-commits mailing list