diff options
author | Jan Holesovsky <kendy@collabora.com> | 2018-08-09 21:46:38 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-07-14 20:54:16 +0200 |
commit | 30220e3984ce1a1ff6fe49f5cfb10a8c32a8f1fc (patch) | |
tree | 5f692aa00323dd7243353b816f266d2452679b91 /help3xsl | |
parent | 7c51cfd9304cbb06dff533d532a4017718cc3e63 (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')
-rw-r--r-- | help3xsl/default.css | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 013f987f1c..9546d300cd 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -344,22 +344,20 @@ h6 { .embedded {} .header-extrawurst { grid-area: header; - position: sticky; - top: 0px; - background-color: #18A303; - z-index: 1000; } -header { - color: #fff; +header { + 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; } @@ -385,8 +383,8 @@ header { -webkit-overflow-scrolling: touch; } .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; @@ -604,7 +602,7 @@ li.disabled a { } .modules label:after, .lang label:after { font-size: 30px; - color: #fff; + color: #5c3de2; content:"⌄"; } .lang { @@ -745,7 +743,7 @@ li.disabled a { } .lang label, .modules label { cursor: pointer; - color: #fff; + color: #5c3de2; font-size: 19px; position: relative; top: 40px; |