From 84422676d60f5282397ae832ac7bb8327759ff06 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 10 Jul 2023 12:37:07 +0000 Subject: [PATCH] Bug 34244: Improve contrast in staff interface main page layered icons This patch adjusts CSS for the staff interface home page so that there is better contrast with Font Awesome icons which are layered. The main advanced search and item search links have two icons layered one on top of the other, and the "lower" one needs to have better contrast after the staff interface redesign. To test, apply the patch and rebuild the staff interface CSS. Log into the staff interface and confirm that the advanced search and item search link icons are clear and distinguishable from each other. Signed-off-by: Sam Lau Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit f6b935a4ca7e9b70c5627fa601b5e9edf42e566d) Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/css/src/mainpage.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/mainpage.scss b/koha-tmpl/intranet-tmpl/prog/css/src/mainpage.scss index 153cbd8f57..a976cc7061 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/mainpage.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/mainpage.scss @@ -62,7 +62,7 @@ ul { } .fa-stack-1x { - color: #CCC; + color: #626262; font-size: .9em; left: -5px; top: -1px; -- 2.20.1