Bugzilla – Attachment 142656 Details for
Bug 31973
Restore background color to message-style alerts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31973: Restore background color to message-style alerts
Bug-31973-Restore-background-color-to-message-styl.patch (text/plain), 1.87 KB, created by
David Nind
on 2022-10-25 20:43:31 UTC
(
hide
)
Description:
Bug 31973: Restore background color to message-style alerts
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-10-25 20:43:31 UTC
Size:
1.87 KB
patch
obsolete
>From f3d2f67249f92f53a5ca6b7f817644016814d0ce Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 25 Oct 2022 15:32:50 +0000 >Subject: [PATCH] Bug 31973: Restore background color to message-style alerts > >This patch restores the background color to message-style alerts, those >which use the markup <div class="dialog message">. These alerts should >stand out more to the user. > >To test, apply the patch and rebuild the staff interface CSS. > >- Test areas which use the message-style dialog. Perhaps the easiest > example is to try to view a bibliographic record which doesn't exist: > > /cgi-bin/koha/catalogue/detail.pl?biblionumber=1234567890 > >- It can also be found as a confirmation when deleting a basket in > Acquisitions, deleting a patron attribute type in Administration, > updating a Z39.50 server in Administration, etc. > >- Confirm that the alert looks correct and is suitable visible. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 5 ++--- > 1 file changed, 2 insertions(+), 3 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..d4412a2956 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -1622,7 +1622,6 @@ i { > } > > .dialog { >- border-radius: 2px; > margin: 1em auto; > padding: .5em; > text-align: center; >@@ -1747,7 +1746,7 @@ i { > } > > &.message { >- background-color: #ffffff; >+ background-color: #CFE2FF; > text-align: center; > > ul, >@@ -1763,7 +1762,7 @@ i { > > &.alert, > &.error { >- background-color: rgb(255, 237, 135); >+ background-color: rgb( 255, 237, 135 ); > color: inherit; > text-align: center; > text-shadow: none; >-- >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 31973
:
142615
|
142656
|
142683