[Koha-bugs] [Bug 29195] Highlighting broken on odd rows in circ-patron-search-results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 19 10:32:08 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29195

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart+koha at gmail.
                   |                            |com
           See Also|                            |https://bugs.koha-community
                   |                            |.org/bugzilla3/show_bug.cgi
                   |                            |?id=24627

--- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
The rule is overwritten in DT.

Owen, is there a better way than using !important here?

diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss
b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss
index 44e2b32ae4e..260a96b9058 100644
--- a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss
+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss
@@ -297,7 +297,7 @@ tr {
     tr {
         &:hover {
             td {
-                background-color: #FFFF99;
+                background-color: #FFFF99 !important;
             }
         }
     }

This works.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list