Bugzilla – Attachment 185893 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.52 KB, created by
Marcel de Rooy
on 2025-08-29 09:48:58 UTC
(
hide
)
Description:
Bug 40609: Improve button visibility in Identity providers
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-08-29 09:48:58 UTC
Size:
2.52 KB
patch
obsolete
>From 2fb0bff3f0a9e09101719e4a92a1eac66f6cc067 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 >Content-Type: text/plain; charset=utf-8 > >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> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../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 a02a3e300f..04a60ac4c7 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
| 185893