From edbec8fad182f2bde82982f62bf1ff44fffc319d Mon Sep 17 00:00:00 2001 From: Pedro Amorim 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. --- 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 1bee4edc2a7..abaf2517db8 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.39.2