https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27800
Jason Robb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jason Robb <[email protected]> --- +1 I ended up just adding a little unicode pencil icon via CSS to at least help make it more obvious the cells can be clicked and edited. /*Add icons in front of editable cells in pos*/ #payments td.editable_int::before, #payments td.editable::before { content: "✎ "; color: darkgray; } It would be helpful if each time you add a new row to the sale table, the editable fields are active by default in that row to help visually indicate that those values can be changed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
