Bugzilla – Attachment 142680 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.38 KB, created by
Owen Leonard
on 2022-10-26 17:51:26 UTC
(
hide
)
Description:
Bug 31996: Make note-style messages consistent with dialogs
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-10-26 17:51:26 UTC
Size:
1.38 KB
patch
obsolete
>From 3f65e2ae592cc796cc774985e6f14a631c45ab58 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. >--- > 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 19596681bf..d6fed5db02 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.20.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 31996
:
142680
|
142687
|
142688