Bugzilla – Attachment 165326 Details for
Bug 36663
Table configuration options on items table don't show in staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36663: Adjust datatable button selector
Bug-36663-Adjust-datatable-button-selector.patch (text/plain), 1021 bytes, created by
Lucas Gass (lukeg)
on 2024-04-22 16:29:14 UTC
(
hide
)
Description:
Bug 36663: Adjust datatable button selector
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-04-22 16:29:14 UTC
Size:
1021 bytes
patch
obsolete
>From 42703fd6117dc92d901e4fbb34f4799e57decb78 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 22 Apr 2024 15:50:34 +0000 >Subject: [PATCH] Bug 36663: Adjust datatable button selector > >This change makes the selector apply specifically to the 'clear filter' button, instead of whatever is the first button as 'clear filter' may or may not exist. > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >index 1bee4edc2a..abaf2517db 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >@@ -587,7 +587,7 @@ tbody { > display: flex; > flex-grow: 1; > >- button:first-of-type { >+ button.dt_button_clear_filter { > margin-right: auto; > } > } >-- >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 36663
:
165262
|
165266
|
165322
|
165323
|
165324
|
165326
|
165327
|
165328
|
165352
|
165353
|
165354