Bugzilla – Attachment 119998 Details for
Bug 28187
rowGroup headings are getting their styles overriden
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28187: Make debit/credit row headers correct color
Bug-28187-Make-debitcredit-row-headers-correct-col.patch (text/plain), 1.35 KB, created by
Owen Leonard
on 2021-04-22 11:59:21 UTC
(
hide
)
Description:
Bug 28187: Make debit/credit row headers correct color
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-04-22 11:59:21 UTC
Size:
1.35 KB
patch
obsolete
>From f16210a34011ad1142cf582b22954fd87126ecc1 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 21 Apr 2021 13:42:52 +0000 >Subject: [PATCH] Bug 28187: Make debit/credit row headers correct color > >To test: >-Enable POS >-Create a register and make some transactions. >-Have both debits and credits >-Have some older tranactions so you can look at the past_sales table. >-Apply patch and regenerate the staff CSS: (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface) >-Look at the sales and past_sales table. >-Make sure each row header is the darker shade of gray (#e0e0e0) > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index 6d9db96973..6bf4594e00 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -1349,6 +1349,19 @@ div { > display: none; > } > >+#sales, #past_sales { >+ .credit { >+ > td { >+ background-color: #e0e0e0; >+ } >+ } >+ .debit { >+ > td { >+ background-color: #e0e0e0; >+ } >+ } >+} >+ > .tip { > color: #808080; > } >-- >2.11.0
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 28187
:
119936
|
119951
|
119998
|
120956
|
120962
|
121104