Bugzilla – Attachment 185269 Details for
Bug 40609
Invisible Button Styling in "hint" Container Until Hovered
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40609: Improve button visibility in Identity providers
Bug-40609-Improve-button-visibility-in-Identity-pr.patch (text/plain), 2.43 KB, created by
Owen Leonard
on 2025-08-08 11:27:30 UTC
(
hide
)
Description:
Bug 40609: Improve button visibility in Identity providers
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-08-08 11:27:30 UTC
Size:
2.43 KB
patch
obsolete
>From 5508dd589740847a3ec95565dda8455cde19d84c Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Thu, 7 Aug 2025 13:00:49 +0000 >Subject: [PATCH] Bug 40609: Improve button visibility in Identity providers > >To test: >1. Go to Administration > Additional Parameters > Identity providers >2. Click on +New identity provider >3. Notice that the "Add default OAuth configuration" and "Add default > OAuth mapping" buttons are not too visible. They just look like text > unless they are hovered on. >4. Apply the patch, restart all >5. Refresh the page and view the buttons again. The button visibility > has improved. >6. Sign off and have a nice day! > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/admin/identity_providers.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt >index a02a3e300fc..04a60ac4c7d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt >@@ -128,7 +128,7 @@ > <div>It is recommended to add the default configuration, and then replace with appropriate values</div> > </div> > <div class="hint"> >- <button class="btn btn-light defaults" data-default-target="config" id="default-config">Add default OAuth configuration</button> >+ <button class="btn btn-default defaults" data-default-target="config" id="default-config">Add default OAuth configuration</button> > </div> > </li> > <li> >@@ -146,7 +146,7 @@ > <div>If you plan to use auto register feature, either <i>userid</i> or <i>cardnumber</i> must be present in this mapping</div> > </div> > <div class="hint"> >- <button class="btn btn-light defaults" data-default-target="mapping" id="default-mapping">Add default OAuth mapping</button> >+ <button class="btn btn-default defaults" data-default-target="mapping" id="default-mapping">Add default OAuth mapping</button> > </div> > </li> > <li> >-- >2.39.5
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 40609
:
185178
|
185218
| 185269