@@ -, +, @@ autocomplete --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 3 +++ 1 file changed, 3 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -2639,6 +2639,9 @@ td.bundle { .ui-state-active, .ui-state-focus { + background: #e3f1df none; + color: #212121; + font-weight: normal; margin: 0; } } --