Bugzilla – Attachment 142327 Details for
Bug 31753
Dialog boxes inside of modals don't seem wide enough
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31753: (follow-up) lighten headers more
Bug-31753-follow-up-lighten-headers-more.patch (text/plain), 1.30 KB, created by
Martin Renvoize (ashimema)
on 2022-10-21 11:01:39 UTC
(
hide
)
Description:
Bug 31753: (follow-up) lighten headers more
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-10-21 11:01:39 UTC
Size:
1.30 KB
patch
obsolete
>From 5d6bd18398e4597b75cd0ffd0e9a7183333b661f Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 21 Oct 2022 11:52:43 +0100 >Subject: [PATCH] Bug 31753: (follow-up) lighten headers more > >OK.. colors are hard!.. This patch increases the 'lighten' parameter a >little and hopefully improves the headers and footers of modals slighty >back to being less 'bright' green. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.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 cfae4151c3..72a8aa17ba 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss >@@ -1,7 +1,7 @@ > $green-text-color: #006100; > $background-color-primary: #408540; > $background-color-secondary: lighten(saturate(adjust-hue($background-color-primary, -24), 9), 9); >-$background-color-modal: lighten( saturate( $background-color-secondary, 5 ), 30 ); >+$background-color-modal: lighten( saturate( $background-color-secondary, 5 ), 40 ); > > // Copied from Bootstrap 5 without system-ui because of > // https://infinnie.github.io/blog/2017/systemui.html >-- >2.20.1
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 31753
:
141757
|
142145
|
142202
|
142326
| 142327 |
142328