Bugzilla – Attachment 171226 Details for
Bug 37054
Allow for custom library colors in the staff interface header search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37054: (follow-up) Remove some unneeded SCSS and ajust button brightness
Bug-37054-follow-up-Remove-some-unneeded-SCSS-and-.patch (text/plain), 1.12 KB, created by
Lucas Gass (lukeg)
on 2024-09-09 17:20:01 UTC
(
hide
)
Description:
Bug 37054: (follow-up) Remove some unneeded SCSS and ajust button brightness
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-09-09 17:20:01 UTC
Size:
1.12 KB
patch
obsolete
>From 2539ee6643e8657df430f38d0526b16a02cd788a Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 10 Jun 2024 22:54:48 +0000 >Subject: [PATCH] Bug 37054: (follow-up) Remove some unneeded SCSS and ajust > button brightness > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >index 27b943eb4b3..e229e7ab9e6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >@@ -64,7 +64,11 @@ var Koha = {}; > > #header_search button[type="submit"] { > background: [% branchcolor | html %]; >- filter: brightness(160%); >+ filter: brightness(120%); >+ } >+ #header_search button[type="submit"]:hover { >+ background: [% branchcolor | html %]; >+ filter: brightness(140%); > } > </style> > [% END %] >-- >2.39.2
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 37054
:
167577
|
167578
|
167579
|
167590
|
167595
|
167596
|
167597
|
167598
|
167609
|
167612
|
167613
|
167614
|
167615
|
167616
|
167618
|
167625
|
171221
|
171222
|
171223
|
171224
|
171225
| 171226