Skip to content

Commit

Permalink
Merge pull request #62 from medhatelmasry/52-highlight-selected-trans…
Browse files Browse the repository at this point in the history
…action

(update) resolve #52 to highlight transaction on-click and on-hover 🚀
  • Loading branch information
medhatelmasry authored Dec 5, 2024
2 parents 3647ecc + 0d6f017 commit fb115fd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/AccountGoWeb/Views/Sales/SalesReceipts.cshtml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
@model string

<style>
.highlighted-row {
background-color: #d9edf7;
color: #31708f;
tr th {
color: #fff;
}
tr td {
color: #fff;
}
</style>

Expand Down

0 comments on commit fb115fd

Please sign in to comment.