Bugzilla – Attachment 146982 Details for
Bug 32941
Sys prefs side menu styling applying where not intended
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32941: Sys prefs side menu styling applying where not intended
Bug-32941-Sys-prefs-side-menu-styling-applying-whe.patch (text/plain), 1.58 KB, created by
Katrin Fischer
on 2023-02-20 22:40:33 UTC
(
hide
)
Description:
Bug 32941: Sys prefs side menu styling applying where not intended
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-02-20 22:40:33 UTC
Size:
1.58 KB
patch
obsolete
>From 2b8ff269071250c0d3faae327090459f5aad4be5 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 10 Feb 2023 15:03:11 +0000 >Subject: [PATCH] Bug 32941: Sys prefs side menu styling applying where not > intended > >In bug 32881 I introduced changes to make system preferences sub menu items easier to read. At the time, I couldn't find other instances of ul ul in the templates code, but turns out the ERM module has a <ul> inside a <ul>, and possibly other places. >The original selector was too loose and was applying where not intended, this patch rolls back 32881 changes and puts the changes in a tighter selector. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/css/src/staff-global.scss | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) > >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 e2730484f4..154997a4a4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -322,8 +322,7 @@ aside { > padding-left: 0; > > ul { >- font-size: 85%; >- background-color: #f3f4f4; >+ font-size: 75%; > } > > li { >@@ -360,6 +359,17 @@ aside { > } > } > >+#admin_preferences #menu{ >+ >+ ul { >+ >+ ul { >+ background-color: #f3f4f4; >+ font-size: 85%; >+ } >+ } >+} >+ > div { > display: block; > >-- >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 32941
:
146485
|
146611
| 146982