From 577e2983161f20f1b6234b9fca18c0d4aa5893fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 24 Feb 2022 19:42:25 +0100 Subject: [PATCH] variant: avoid flash of menu header with neon variant #206 --- static/css/theme-neon.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/theme-neon.css b/static/css/theme-neon.css index ee47d9c9f9..5e4e05dd8e 100644 --- a/static/css/theme-neon.css +++ b/static/css/theme-neon.css @@ -32,8 +32,8 @@ --MENU-HOME-LINK-color: #323232; /* Color of the home button text */ --MENU-HOME-LINK-HOVER-color: #5e5e5e; /* Color of the hovered home button text */ - --MENU-HEADER-BG-color: transparent; /* Background color of menu header */ - --MENU-HEADER-BORDER-color: transparent; /*Color of menu header border */ + --MENU-HEADER-BG-color: rgba( 0, 0, 0, 0 ); /* Background color of menu header */ + --MENU-HEADER-BORDER-color: rgba( 0, 0, 0, 0 ); /*Color of menu header border */ --MENU-SEARCH-color: #e0e0e0; /* Color of search field text */ --MENU-SEARCH-BG-color: #323232; /* Search field background color (by default borders + icons) */