Bugzilla – Attachment 165795 Details for
Bug 36693
Improve floating toolbar in OPAC search results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36693: Add background color to OPAC floating element
Bug-36693-Add-background-color-to-OPAC-floating-el.patch (text/plain), 1.06 KB, created by
ByWater Sandboxes
on 2024-04-29 18:13:01 UTC
(
hide
)
Description:
Bug 36693: Add background color to OPAC floating element
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2024-04-29 18:13:01 UTC
Size:
1.06 KB
patch
obsolete
>From 6f4c49d5d4b1dec156308964465c273ad87578a3 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 29 Apr 2024 17:10:34 +0000 >Subject: [PATCH] Bug 36693: Add background color to OPAC floating element > >To test: >1. APPLY PATCH and regenerate OPAC CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface) >2. DO an OPAC search that has enough results to scroll. >3. There should no longer be a small gap between the pagination and the other tools. > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >index ba6fdb2826..ca5899cf8f 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >@@ -2220,6 +2220,7 @@ nav { > box-shadow: 0 3px 2px 0 rgba( 0, 0, 0, .4 ); > margin-top: 0; > z-index: 5; >+ background: #F0F3F3; > } > > .tdlabel { >-- >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 36693
:
165488
|
165768
| 165795