Bugzilla – Attachment 174409 Details for
Bug 38383
say_info messages in web installer have bad contrast/font color
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38383: (follow-up) Undo global text-info change
Bug-38383-follow-up-Undo-global-text-info-change.patch (text/plain), 1.52 KB, created by
Owen Leonard
on 2024-11-12 13:08:32 UTC
(
hide
)
Description:
Bug 38383: (follow-up) Undo global text-info change
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-11-12 13:08:32 UTC
Size:
1.52 KB
patch
obsolete
>From 59a10361ef291946700fc79cf05fb553210115e7 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 12 Nov 2024 13:02:43 +0000 >Subject: [PATCH] Bug 38383: (follow-up) Undo global text-info change > >Adding an !important override to installer.scss isn't ideal but it's >an acceptable interim solution pending a more thorough review of how we >customize Bootstrap's text-* classes. >--- > koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss | 2 +- > koha-tmpl/intranet-tmpl/prog/css/src/installer.scss | 4 ++++ > 2 files changed, 5 insertions(+), 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 93236141f3..1cf18685d2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss >@@ -304,7 +304,7 @@ $cyans: ( > $primary: $yellow; > $secondary: $gray-600; > $success: $green; >-$info: $blue-500; >+$info: $blue-100; > $warning: $yellow; > $danger: $red; > $light: #FFF; >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/installer.scss b/koha-tmpl/intranet-tmpl/prog/css/src/installer.scss >index c16b5d5e09..e52280c516 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/installer.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/installer.scss >@@ -148,6 +148,10 @@ th { > font-weight: bold; > } > >+.text-info { >+ color: #0D6EFD !important; >+} >+ > .text-warning { > color: #8a6804 !important; > background-color: #fff1c1; >-- >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 38383
:
174298
|
174299
|
174313
|
174314
|
174409
|
174411
|
174412
|
174413
|
174738
|
174739