Skip to content

Commit 5521f63

Browse files
committed
corrected background color
1 parent 544af17 commit 5521f63

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ History
1414
<summary>1.4.0 xx.xx.2023</summary>
1515
- Online validation works again
1616
- Corrected validation now possible with personalized account
17-
- Be able to visualize Order-X, i.e. CIO
17+
- Be able to visualize Order-X, i.e. CIO #30
1818
- be able to display IDs in whatever language
1919
- Factur-X / ZUGFeRD is now visualized by default and requires no click
2020
- first attempts intel mac
21+
- be able to load same filename multiple times #35
22+
- menu item context for print (/xml and /pdf) and validate
23+
- get rid off temp files
2124
- changed translation from 3 files to one, translations provided by the app
2225
</details>
2326

src/components/Home.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ window.downloadData = downloadData; // make function available to inline javascr
543543
544544
.xmlViewer {
545545
overflow: auto;
546+
background-color: #EBF2F7;
546547
}
547548
548549
.full-height {

0 commit comments

Comments
 (0)