Bugzilla – Attachment 183412 Details for
Bug 40097
Text elements on the OPAC user pages don’t have sufficient color contrast.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40097: Replace the color of elements with low constrast.
Bug-40097-Replace-the-color-of-elements-with-low-c.patch (text/plain), 1.86 KB, created by
Nina Martinez
on 2025-06-23 09:11:21 UTC
(
hide
)
Description:
Bug 40097: Replace the color of elements with low constrast.
Filename:
MIME Type:
Creator:
Nina Martinez
Created:
2025-06-23 09:11:21 UTC
Size:
1.86 KB
patch
obsolete
>From b238ae92a8a91d95b2eb5cb78f88169550cc1884 Mon Sep 17 00:00:00 2001 >From: nina martinez <nina.martinez@biblibre.com> >Date: Wed, 4 Jun 2025 16:28:06 +0200 >Subject: [PATCH] Bug 40097: Replace the color of elements with low constrast. > >Test plan: > >1. Enable the system preferences: ILLModule, OPACHoldsHistory, OPACHoldRequests. >2. Apply the patch and log in to a patron account. >3. Go to the "Interlibrary loan requests". Look at the "Show 'select number' entries" and check the color contrast, which should be greater than 4.5. >4. Search for a record, choose "Place hold", and check the color contrast. The "show more options" should have a color contrast greater than 4.5. >5. Now go to the Holds history, you need at least one record on hold. Look at the "Showing 1 to ... of ... entries" and check the color contrast, which should be greater than 4.5. >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss | 2 +- > koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >index 0782aa0ad2..0467d3ecfa 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >@@ -1194,7 +1194,7 @@ table { > } > > .table_entries { >- color: #797979; >+ color: #727272; > font-size: 90%; > margin-left: 5px; > padding: 5px 0; >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >index 5f182f644a..6668b097f4 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >@@ -2341,7 +2341,7 @@ nav { > } > > .toggle-hold-options { >- background-color: #EEE; >+ background-color: #F3F3F3; > clear: both; > display: block; > font-weight: bold; >-- >2.43.0
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 40097
:
183412
|
183415