Bugzilla – Attachment 178091 Details for
Bug 39040
Incorrect row striping in POS transaction sales table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39040: Add CSS back via _tables.scss
Bug-39040-Add-CSS-back-via-tablesscss.patch (text/plain), 1.34 KB, created by
Marcel de Rooy
on 2025-02-14 09:14:59 UTC
(
hide
)
Description:
Bug 39040: Add CSS back via _tables.scss
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-02-14 09:14:59 UTC
Size:
1.34 KB
patch
obsolete
>From bccc47cc555cf5c59eb87d57062bff64d9be6c7f Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 10 Feb 2025 17:23:51 +0000 >Subject: [PATCH] Bug 39040: Add CSS back via _tables.scss >Content-Type: text/plain; charset=utf-8 > >To test: > >1/ Turn on POS >2/ Enable Cash registers >3/ Configure some items for sale >4/ Make some POS transactions >5/ Visit pos/register.pl?registerid=x >6/ Notice the problem described >7/ APPLY PATCH and regenerate CSS ( https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface ) >8/ Look at the table again. The rows should now be correctly highlighted. > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >index ae6839e02f..7927c8841d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >@@ -180,6 +180,11 @@ table { > td { > padding: .5em; > } >+ tr.dtrg-group { >+ td { >+ background: #e0e0e0; >+ } >+ } > } > } > >-- >2.39.5
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 39040
:
177705
|
177712
| 178091