From 99a5aefd0f4048581f3482ced889671035e65cdc Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 13 Oct 2022 11:49:02 +0100 Subject: [PATCH] Bug 31760: Fix contrast of 'separator' This patch increases the contrast of the separator pipe visible in the staff client upper right corner of the header bar. Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index a6d30023b6..c2eeb129c9 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -3256,7 +3256,7 @@ button, } .separator { - color: #666; + color: #bfbfbf; padding: 0 .2em; } -- 2.39.5