Bugzilla – Attachment 166744 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.18 KB, created by
Lucas Gass (lukeg)
on 2024-05-14 21:47:36 UTC
(
hide
)
Description:
Bug 36864: Add a font awesome icon to indicate enabled
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-05-14 21:47:36 UTC
Size:
1.18 KB
patch
obsolete
>From bfdc3da25fc5165008f047b887cf5c6bcd7363a7 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 > >--- > .../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 b78223a78c..836230833d 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.39.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 36864
:
166743
|
166744
|
166768
|
166769
|
166778
|
166779