Bugzilla – Attachment 158389 Details for
Bug 17798
Checking out an item on hold for another patron prints a slip but does not update hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17798: (follow-up) Adjust color of fieldset nested in .dialog.alert
Bug-17798-follow-up-Adjust-color-of-fieldset-neste.patch (text/plain), 1.07 KB, created by
Katrin Fischer
on 2023-11-04 17:43:00 UTC
(
hide
)
Description:
Bug 17798: (follow-up) Adjust color of fieldset nested in .dialog.alert
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-11-04 17:43:00 UTC
Size:
1.07 KB
patch
obsolete
>From 565c11b2922a629f19367baea266edb34bb30f44 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 3 Nov 2023 12:22:34 +0000 >Subject: [PATCH] Bug 17798: (follow-up) Adjust color of fieldset nested in > .dialog.alert > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 5 +++++ > 1 file changed, 5 insertions(+) > >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 8a491aa0af..bd29b8762d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -1708,6 +1708,11 @@ i { > text-align: center; > text-shadow: none; > >+ fieldset:not(.bg-danger):not(.bg-warning):not(.bg-info):not(.bg-success):not(.bg-primary):not(.action) { >+ background-color: rgba( 255, 255, 255, .5 ); >+ margin: 1rem; >+ } >+ > strong { > color: #900; > } >-- >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 17798
:
158281
|
158282
|
158330
|
158331
|
158332
|
158387
|
158388
| 158389