Bugzilla – Attachment 88986 Details for
Bug 22772
Menu link hover color incorrect in OPAC language choosers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22772: Menu link hover color incorrect in OPAC language choosers
Bug-22772-Menu-link-hover-color-incorrect-in-OPAC-.patch (text/plain), 2.07 KB, created by
Katrin Fischer
on 2019-04-27 15:08:01 UTC
(
hide
)
Description:
Bug 22772: Menu link hover color incorrect in OPAC language choosers
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-04-27 15:08:01 UTC
Size:
2.07 KB
patch
obsolete
>From 31cf863c3f0edda86e796a8131613eea7725bc9a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 25 Apr 2019 15:23:15 +0000 >Subject: [PATCH] Bug 22772: Menu link hover color incorrect in OPAC language > choosers > >This patch makes a few corrections to OPAC CSS to fix colors in the >language menus. > >To test, apply the patch and rebuild the OPAC CSS. > >- Enable multiple languages in the OPAC, including more than one > language "variation" (fr-FR, fr-CA). >- Set the OpacLangSelectorMode preference to "both." >- In the OPAC, test the language menu in both the header and footer. > When you hover over the sub-menu items the background should be green > and the text color white. >- Perform the same test in the self checkout and self checkin > interfaces. > >Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss | 23 +++++++++++++++++++--- > 1 file changed, 20 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >index e182db3e32..09363f28a2 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >@@ -57,6 +57,16 @@ body { > border-color: #FCF9FC; > box-shadow: none; > >+ ul { >+ &.dropdown-menu { >+ a { >+ &:hover { >+ color: #FFF; >+ } >+ } >+ } >+ } >+ > li { > > a { > color: #727272; >@@ -156,16 +166,23 @@ body { > li { > font-size: 85%; > >+ a { >+ &:hover { >+ color: #85CA11; >+ } >+ } >+ > li { > font-size: 100%; > > > a { > font-size: 100%; >- } > >- &:hover { >- color: #FFF; >+ &:hover { >+ color: #FFF; >+ } > } >+ > } > > a { >-- >2.11.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 22772
:
88789
|
88842
| 88986