diff options
author | Jan Holesovsky <kendy@collabora.com> | 2018-08-09 21:46:38 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2018-08-09 22:20:13 +0200 |
commit | 983096a7dc932457fe1ae116669c66c14ed1f320 (patch) | |
tree | 5f37803df96dea42115a188955cbb86a34be6430 /help3xsl/default.css | |
parent | b030005f9498d9bee1e4b059f9c36390e8941085 (diff) |
[cp] Update the header css.
Change-Id: I5f5eeac7d9a95994f8b1ddbe734a7a622013421d
Reviewed-on: https://gerrit.libreoffice.org/58799
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index f5eaa0641d..ea3e2aff87 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; |