Bugzilla – Attachment 153268 Details for
Bug 34244
Improve contrast in staff interface main page layered icons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34244: Improve contrast in staff interface main page layered icons
Bug-34244-Improve-contrast-in-staff-interface-main.patch (text/plain), 1.39 KB, created by
Owen Leonard
on 2023-07-10 13:10:01 UTC
(
hide
)
Description:
Bug 34244: Improve contrast in staff interface main page layered icons
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-07-10 13:10:01 UTC
Size:
1.39 KB
patch
obsolete
>From 8562d8a52efd5943ce2418cbcb7a5762fb151834 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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. >--- > 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.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34244
:
153268
|
153281
|
153300