Bugzilla – Attachment 166779 Details for
Bug 36864
Further improvements to holds request page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36864: Add a font awesome icon to indicate enabled
Bug-36864-Add-a-font-awesome-icon-to-indicate-enab.patch (text/plain), 1.29 KB, created by
Martin Renvoize (ashimema)
on 2024-05-15 13:51:17 UTC
(
hide
)
Description:
Bug 36864: Add a font awesome icon to indicate enabled
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-05-15 13:51:17 UTC
Size:
1.29 KB
patch
obsolete
>From dd7e697f32ee453d81e15a27f67a2545560ce2b1 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 14 May 2024 21:47:14 +0000 >Subject: [PATCH] Bug 36864: Add a font awesome icon to indicate enabled > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/css/src/staff-global.scss | 11 +++++++++++ > 1 file changed, 11 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 334cd1e80c7..a0ba90ad5de 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -4803,11 +4803,22 @@ div .suggestion_note { > > #circ_request { > fieldset { >+ position: relative; > &.disabled { > pointer-events: none; > } > &.rows:has(fieldset.enabled) { > border: 1px solid #408540; >+ >+ &::before { >+ font-family: 'Font Awesome 6 Free'; >+ content: "\f058"; >+ color: #408540; >+ position: absolute; >+ top: -14px; >+ left: -18px; >+ font-size: 22px; >+ } > } > } > >-- >2.45.0
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 36864
:
166743
|
166744
|
166768
|
166769
|
166778
| 166779