Bugzilla – Attachment 142688 Details for
Bug 31996
Make note-style messages consistent with dialogs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31996: Make note-style messages consistent with dialogs
Bug-31996-Make-note-style-messages-consistent-with.patch (text/plain), 1.43 KB, created by
Katrin Fischer
on 2022-10-26 21:28:16 UTC
(
hide
)
Description:
Bug 31996: Make note-style messages consistent with dialogs
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-26 21:28:16 UTC
Size:
1.43 KB
patch
obsolete
>From 7870b8efa1b2278e7cdd4aa7390b3bed0931665a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 26 Oct 2022 17:37:28 +0000 >Subject: [PATCH] Bug 31996: Make note-style messages consistent with dialogs > >This patch modifies the style of divs with the class "note," making them >have the same background color as message dialogs as proposed in Bug >31973. > >To test, apply the patch and rebuild the staff interface CSS. > >Confirm that the updated style looks good. Some pages where you can find >examples: > >- Administration -> Authorized values -> View a categories values. >- Administration -> Search engine cofiguration (with Elasticsearch > enabled). >- Cataloging -> Batch record deletion -> Submit a list of biblionumbers. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 3 +-- > 1 file changed, 1 insertion(+), 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 d4412a2956..e760fcc2b9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -1081,8 +1081,7 @@ div { > } > > &.note { >- background: linear-gradient(to bottom, #F4F6FA 0%, #E8EDF6 100%); // W3C >- border: 1px solid #BCBCBC; >+ background-color: #CFE2FF; > margin: .5em 0; > padding: .5em; > >-- >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 31996
:
142680
|
142687
| 142688