From 3b6380cfaede69fa43ad0a8662ef5ebc127e327f Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Fri, 24 May 2019 10:18:30 +0200 Subject: In dark mode, use a dark header bar The blue is hard on the eyes in any case, with the green logo of ours, it becomes horrible. Use some grey that is already in use for the side-bar and everything looks better. I don't think there is an easy way to override this in the plugin. Fixes: QTQAINFRA-2997 Change-Id: I39664697f6c25c9bbd1fdce9eb9d21f6654940fe (cherry picked from commit 46edaadfb6c826cf74a1bc381b2c06b851cf5cc0) Reviewed-by: Jukka Jokiniva --- polygerrit-ui/app/styles/themes/dark-theme.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polygerrit-ui/app/styles/themes/dark-theme.html b/polygerrit-ui/app/styles/themes/dark-theme.html index 957cc25344..1e72e3d3fd 100644 --- a/polygerrit-ui/app/styles/themes/dark-theme.html +++ b/polygerrit-ui/app/styles/themes/dark-theme.html @@ -80,7 +80,7 @@ limitations under the License. /* header and footer */ --footer-background-color: #131416; --footer-border-top: 1px solid var(--border-color); - --header-background-color: #3c4043; + --header-background-color: rgb(53, 54, 55); --header-border-bottom: 1px solid var(--border-color); --header-padding: 0 var(--spacing-l); --header-text-color: var(--primary-text-color); -- cgit v1.2.3