no message

This commit is contained in:
Bengt Brodersen 2015-12-29 09:50:52 +01:00
parent 6a93f5eb62
commit 2161963a8d
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -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;
}