Bugzilla – Attachment 146191 Details for
Bug 32881
System preferences sub menu text is hard to read
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32881: System preferences sub menu text is hard to read
Bug-32881-System-preferences-sub-menu-text-is-hard.patch (text/plain), 1.22 KB, created by
Katrin Fischer
on 2023-02-05 12:00:14 UTC
(
hide
)
Description:
Bug 32881: System preferences sub menu text is hard to read
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-02-05 12:00:14 UTC
Size:
1.22 KB
patch
obsolete
>From 208308d7f58e7c9aa6d8c52787e67787058198bd Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 3 Feb 2023 16:11:02 +0000 >Subject: [PATCH] Bug 32881: System preferences sub menu text is hard to read > >This patch makes the font-size slightly larger and applies a background color to the selected submenu. > >To test: >Go to system preferences >Click on any side menu item and check the items in the sub menu under it >Apply patch >run yarn build >Go to system preferences again and check the changes > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index 3140444640..baf0ff7b73 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -322,7 +322,8 @@ aside { > padding-left: 0; > > ul { >- font-size: 75%; >+ font-size: 85%; >+ background-color: #f3f4f4; > } > > li { >-- >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 32881
:
146153
|
146154
|
146167
| 146191