Bug 39000 - "Encoding errors" block on detail page hurt the eyes
Summary: "Encoding errors" block on detail page hurt the eyes
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 35402
Blocks:
  Show dependency treegraph
 
Reported: 2025-01-30 09:22 UTC by Jonathan Druart
Modified: 2025-01-30 09:32 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 39000: Restore bg-danger color (1.31 KB, patch)
2025-01-30 09:32 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2025-01-30 09:22:11 UTC
https://snipboard.io/wUmV50.jpg
Comment 1 Jonathan Druart 2025-01-30 09:26:59 UTC
We lost this:

-.bg-danger {
-    background-color: #f2dede
-}
Comment 2 Jonathan Druart 2025-01-30 09:32:25 UTC
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