From 0d0dbcfab4ba2044090d4f03ac3a89976a2b23fd 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 --- 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 13cf2477e5..eac34f0478 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -3330,7 +3330,7 @@ button, } .separator { - color: #666; + color: #bfbfbf; padding: 0 .2em; } -- 2.30.2