From 3c9cf63f27eb3f4178143f5664c7b438c7c50354 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. --- 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 82baa544f9..b4aae11c07 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -3338,7 +3338,7 @@ button, } .separator { - color: #666; + color: #bfbfbf; padding: 0 .2em; } -- 2.20.1