diff --git a/bookmarklet.js b/bookmarklet.js index 313f50a..c75cd4c 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -6,7 +6,7 @@ // YouTrack: http://qoomon.myjetbrains.com/youtrack/dashboard var global = {}; - global.version = "4.4.0"; + global.version = "4.4.1"; global.issueTrackingUrl = "https://github.com/qoomon/Jira-Issue-Card-Printer"; global.isDev = document.currentScript == null; diff --git a/card.css b/card.css index 7b341dc..2460e7b 100644 --- a/card.css +++ b/card.css @@ -3,7 +3,7 @@ overflow: hidden; } html { - background: WHITE; + background-color: LIGHTGREY; padding: 0rem; margin: 0rem; font-size: 1.0cm; @@ -77,6 +77,7 @@ body { min-width: 14.5rem; min-height: 8.65rem; overflow: hidden; + background-color: WHITE; } .card::before { box-sizing: border-box; @@ -333,6 +334,7 @@ body { padding: 0.0mm; } html { + background-color: WHITE !important; -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }