added more stylings.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-01-12 14:19:41 -07:00
parent 4d804803a8
commit 5b54b8113e
10 changed files with 81 additions and 8 deletions

View File

@@ -36,6 +36,10 @@ html {
overflow-x: auto;
}
.showOnPrint {
display:none;
}
@media print {
.hideOnPrint {
display:none;