Bugzilla – Attachment 167618 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.79 KB, created by
Lucas Gass (lukeg)
on 2024-06-10 22:55:47 UTC
(
hide
)
Description:
Bug 37054: (follow-up) Remove some unneeded SCSS and ajust button brightness
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-06-10 22:55:47 UTC
Size:
1.79 KB
patch
obsolete
>From 18a1f2290478a735f2a5431d97cb1c59394e4b14 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 > >--- > koha-tmpl/intranet-tmpl/prog/css/src/_header.scss | 2 -- > koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 6 +++++- > 2 files changed, 5 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >index 4ebef0ba1d..2c2078a2f2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >@@ -266,8 +266,6 @@ a.navbar-toggle { > padding: 0 .25em; > > &:hover, &:focus, &:active { >- background-color: $background-color-primary; >- border: 2px solid $background-color-primary; > border-bottom-color: $background-color-secondary; > border-bottom: 0; > padding: 0 .25em; >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 c949258966..ee7d9b9e42 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 >@@ -66,7 +66,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