From a99e99bd398dc8f4d099754d82753451ea7279d0 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Mon, 27 Jul 2020 17:21:21 +0200 Subject: [PATCH] Adjust sidebar toggle icon color --- public/css/icinga/menu.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/menu.less b/public/css/icinga/menu.less index d859b3497..031b3625a 100644 --- a/public/css/icinga/menu.less +++ b/public/css/icinga/menu.less @@ -454,7 +454,7 @@ input[type=text].search-input { background: none; border: none; padding: 0; - color: @gray-light; + color: @text-color-light; position: absolute; bottom: 0.2em; right: 0;