Bugzilla – Attachment 174413 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.59 KB, created by
Martin Renvoize (ashimema)
on 2024-11-12 13:51:48 UTC
(
hide
)
Description:
Bug 38383: (follow-up) Undo global text-info change
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-11-12 13:51:48 UTC
Size:
1.59 KB
patch
obsolete
>From f9369e780dc120357e08d77bf1fb7766f30f3581 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. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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 93236141f34..1cf18685d25 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 c16b5d5e09a..e52280c5164 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.47.0
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