https://snipboard.io/wUmV50.jpg
We lost this: -.bg-danger { - background-color: #f2dede -}
Created attachment 177349 [details] [review] Bug 39000: Restore bg-danger color In ktd 369 will show the "Encoding error" block: http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=369 The background color has changed this the bootstrap update and now looks ugly. This patch reuse the same color (#f2dede) we had before the upgrade
Created attachment 177369 [details] [review] Bug 39000: Restore bg-danger color In ktd 369 will show the "Encoding error" block: http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=369 The background color has changed this the bootstrap update and now looks ugly. This patch reuse the same color (#f2dede) we had before the upgrade Signed-off-by: David Nind <david@davidnind.com>
I've signed off and added related bug 38519. Shouldn't the class be changed to match the Bootstrap 5 classes?[1] Will leave Owen to comment on that! Changes to classes - screenshot of the colours: https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174935 David Testing notes: 1. After applying the patch, rebuild the css: yarn build
Created attachment 177575 [details] [review] Bug 39000: Restore bg-danger color In ktd 369 will show the "Encoding error" block: http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=369 The background color has changed this the bootstrap update and now looks ugly. This patch reuse the same color (#f2dede) we had before the upgrade Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This does look much better - we could use $red-100 instead if we want to stick with the defined colors, but others have specific values too so seems okay
*** Bug 39102 has been marked as a duplicate of this bug. ***