Bugzilla – Attachment 125402 Details for
Bug 29070
Accessibility: OPAC Purchase Suggestions on search results page has insufficient contrast
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29070: Use a variable to store the #666666 color
Bug-29070-Use-a-variable-to-store-the-666666-color.patch (text/plain), 2.23 KB, created by
Jonathan Druart
on 2021-09-28 12:41:12 UTC
(
hide
)
Description:
Bug 29070: Use a variable to store the #666666 color
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-09-28 12:41:12 UTC
Size:
2.23 KB
patch
obsolete
>From 2293433c81a64f584563303140d2e308a2d9860e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 28 Sep 2021 14:39:53 +0200 >Subject: [PATCH] Bug 29070: Use a variable to store the #666666 color > >To prevent repetition >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss | 6 ++++-- > koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 8 ++++---- > 2 files changed, 8 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >index 570653873d0..96ec3fd3848 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >@@ -26,6 +26,8 @@ $footer-height: 45px; > $sci-link-color: #0076B6; > $sci-heading-color: #727272; > >+$high-contrast-grey: #666666; >+ > @mixin shadowed { > box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2); > } >@@ -163,7 +165,7 @@ h1 { > > & > li { > & > a { >- color: #666666; >+ color: $high-contrast-grey; > font-weight: bold; > } > >@@ -1288,7 +1290,7 @@ button { > > #koha_url { > p { >- color: #666666; >+ color: $high-contrast-grey; > float: right; > margin: 0; > } >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >index 0b43296b1b4..b5d13676341 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >@@ -567,7 +567,7 @@ th { > padding: 15px; > > label { >- color: #666666; >+ color: $high-contrast-grey; > font-size: 115%; > font-weight: bold; > margin: 0; >@@ -1044,7 +1044,7 @@ div { > } > > .label { >- color: #666666; >+ color: $high-contrast-grey; > } > > a { >@@ -1973,7 +1973,7 @@ nav { > .suggestion { > background-color: #F0F3F3; > border: 1px solid #F0F3F3; >- color: #666666; >+ color: $high-contrast-grey; > margin: 1em auto; > padding: .5em; > width: 35%; >@@ -2429,7 +2429,7 @@ nav { > > h2 { > background-color: #E2E8E8; >- color: #666666; >+ color: $high-contrast-grey; > font-size: 1.1rem; > margin-top: 0; > padding: 5px; >-- >2.25.1
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 29070
:
125127
|
125136
|
125325
| 125402