From 39f3d9723505e5289b5d221dd4731c978ab4c6f2 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 1 Jul 2021 17:47:37 +0200 Subject: [PATCH] Winter.less: Adjust menu adjustments --- public/css/themes/Winter.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/css/themes/Winter.less b/public/css/themes/Winter.less index f522a3df5..0669542ca 100644 --- a/public/css/themes/Winter.less +++ b/public/css/themes/Winter.less @@ -8,6 +8,8 @@ @tr-active-color: #dadeea; @tr-hover-color: #c6cfe4; +@menu-2ndlvl-highlight-bg-color: transparent; +@menu-2ndlvl-active-color: @text-color; /* Snow, from http://codepen.io/NickyCDK/pen/AIonk */ #login, #header-logo-container, #main > .container > .controls > .tabs { @@ -61,4 +63,4 @@ > a:hover, > a:focus { color: white; } -} \ No newline at end of file +}