From 028f6f0b32b1aa48a64f6ddc9131b4ab43b81895 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 12 Jun 2020 20:06:31 +0000 Subject: [PATCH] Bug 25735: Add seperate classes for each clearsh button TEST PLAN: 1. Apply patch 2. Add these two lines to the OPACUserCSS: .clearsh-one {color:green !important;} .clearsh-two {color:red !important;} 3. Refresh OPAC and be logged out, the "Clear" button in the top right should now be green. 4. Refresh OPAC and be logged in, the "Clear" button inside the dropdown on the top right should be red. --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 88dd9a9255..d85a140a56 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -118,7 +118,7 @@

- Clear + Clear

[% END %]

@@ -135,7 +135,7 @@

  • Search history - Clear + Clear
  • [% END %] [% END %] -- 2.11.0