Koha/koha-tmpl/intranet-tmpl/prog/css
Petro Vashchuk 80b632c3cc Bug 28204: Fix table highlighting on the items table
Fix table highlighting at
/cgi-bin/koha/cataloguing/additem.pl?biblionumber=XXXX
Every odd row of the table didn't get highlighted with the yellow color
when you tried to edit it previously, this patch fixes that.
That happened because every odd row had different coloring style that
was overwriting yellow highlight.

How to reproduce:
1) Head over to the
/cgi-bin/koha/cataloguing/additem.pl?biblionumber=XXXX,
where XXXX is id of some bilbio record that has more than one
biblio item.
2) Press the "Action" button of the first (or any other odd numbered)
biblion item, and from the dropdown menu select "edit" option.
3) Notice that it doesn't highlight it with yellow color.
4) Now do the same but with second biblio item (or any even numbered
item).
5) Notice that it highlights it with the yellow color.
6) Apply the patch. Do yarn build to compile css.
7) Make sure that every row of the table that you edit gets properly
highlighted with the yellow color.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

JD Amended commit title

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-06-04 12:10:09 +02:00
..
src Bug 28204: Fix table highlighting on the items table 2021-06-04 12:10:09 +02:00
addbiblio.css Bug 27737: (follow-up) Minimal CSS changes to avoid regressions 2021-03-16 12:04:02 +01:00
calendar.css Bug 27773: Hide unique holidays and exceptions which have passed 2021-04-14 15:25:29 +02:00
cateditor.css
hierarchy.css
humanmsg.css Bug 27099: Stage for import button not showing up 2020-12-26 18:14:11 +01:00
installer.css
itemsearchform.css
login.css Bug 27055: Fix compatibility with newer Firefox+Selenium version 2020-12-30 12:04:49 -03:00
mainpage.css
preferences.css Bug 27805: (follow-up) Update more instances 2021-04-06 15:56:30 +02:00
print.css Bug 22152: Hide tools navigation when printing reports 2021-01-22 14:59:27 +01:00
printreceiptinvoice.css Bug 26962: (follow-up) Catch other #000066 occurrences 2021-01-13 17:17:05 +01:00
quotes.css Bug 27247: Re-add highlighting to the quote editor 2020-12-26 18:14:11 +01:00
reports.css
right-to-left.css Bug 23410: Add submenus to system preferences sidebar menu 2020-06-29 12:37:02 +02:00
select2.css Bug 25727: (follow-up) Some style updates, JS i18n 2020-08-24 11:19:03 +02:00
spinelabel.css
staff-global.css Bug 28187: Compiled CSS 2021-05-19 15:06:42 +02:00
tinymce.css
uploader.css