mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[html-fonts] enforce border-color grey to td & th elements
Using class td.neg will cause border-color to be red on modern browser. We need to add td and th selectors to enforce grey border.
This commit is contained in:
parent
e26f20ffa9
commit
b35daaa7aa
@ -143,6 +143,7 @@
|
||||
"body, p, table, tr, td { vertical-align: top; " text-cell-font-info " }\n"
|
||||
"tr.alternate-row { background: " alternate-row-color " }\n"
|
||||
"tr { page-break-inside: avoid !important;}\n"
|
||||
"td, th { border-color: grey }\n"
|
||||
"th.column-heading-left { text-align: left; " number-header-font-info " }\n"
|
||||
"th.column-heading-center { text-align: center; " number-header-font-info " }\n"
|
||||
"th.column-heading-right { text-align: right; " number-header-font-info " }\n"
|
||||
|
Loading…
Reference in New Issue
Block a user