https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38550 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #40 from Jonathan Druart <jonathan.druart@gmail.com> --- 1. /cgi-bin/koha/admin/preferences.pl https://snipboard.io/LtZ62B.jpg * I think green and blue are lacking contrast * Syspref's names shouldn't be black Coming from: label, .label { color: #000; Adjust of all #000 needed? 2. /cgi-bin/koha/circ/circulation-home.pl https://snipboard.io/1iy29X.jpg Should be styled like on the mainpage Coming from: .buttons-list li a { background-color: #E0E0E0; Should get background-color: var(--koha-surface-accent) 3. /cgi-bin/koha/members/member.pl?quicksearch=1&circsearch=1&searchmember=d * https://snipboard.io/K6QOvV.jpg Needs to review rules for .btn-default * https://snipboard.io/CXFqa1.jpg https://snipboard.io/i6eWZV.jpg DT's info are not visible enough 4. /cgi-bin/koha/catalogue/search.pl?q=d https://snipboard.io/W5lXyM.jpg Pagination buttons too bright .pagination { --bs-pagination-bg: #fff; 5. /cgi-bin/koha/erm/home https://snipboard.io/ujsCLK.jpg .widget[data-v-7709258a] { background-color: #fff; .widget-header[data-v-7709258a] { background-color: #f7f7f7; 6. /cgi-bin/koha/erm/agreements/add https://snipboard.io/8pHlNf.jpg Select2: form .v-select { background-color: white; I can retest as soon as those are fixed. -- You are receiving this mail because: You are watching all bug changes.