Bugzilla – Attachment 177369 Details for
Bug 39000
"Encoding errors" block on detail page hurt the eyes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39000: Restore bg-danger color
Bug-39000-Restore-bg-danger-color.patch (text/plain), 1.35 KB, created by
David Nind
on 2025-01-30 21:54:21 UTC
(
hide
)
Description:
Bug 39000: Restore bg-danger color
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-01-30 21:54:21 UTC
Size:
1.35 KB
patch
obsolete
>From d6531e8dec20792ea4f883653e522636caef42b2 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 30 Jan 2025 10:30:53 +0100 >Subject: [PATCH] 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> >--- > koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss >index 55d0bfab58..f19c917b5c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss >@@ -306,7 +306,7 @@ $secondary: $gray-600; // $gray-600 !default; > $success: $green; // $green !default; > $info: $blue-300; // $blue-100; // $cyan !default; > $warning: $yellow; // $yellow !default; >-$danger: $red; // $red !default; >+$danger: #f2dede; // $red !default; > $light: #FFF; // $gray-100 !default; > $dark: #352c2e; // $gray-900 !default; > // scss-docs-end theme-color-variables >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39000
:
177349
| 177369