no message
This commit is contained in:
parent
6a93f5eb62
commit
2161963a8d
@ -6,7 +6,7 @@
|
|||||||
// YouTrack: http://qoomon.myjetbrains.com/youtrack/dashboard
|
// YouTrack: http://qoomon.myjetbrains.com/youtrack/dashboard
|
||||||
|
|
||||||
var global = {};
|
var global = {};
|
||||||
global.version = "4.4.0";
|
global.version = "4.4.1";
|
||||||
global.issueTrackingUrl = "https://github.com/qoomon/Jira-Issue-Card-Printer";
|
global.issueTrackingUrl = "https://github.com/qoomon/Jira-Issue-Card-Printer";
|
||||||
|
|
||||||
global.isDev = document.currentScript == null;
|
global.isDev = document.currentScript == null;
|
||||||
|
|||||||
4
card.css
4
card.css
@ -3,7 +3,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
background: WHITE;
|
background-color: LIGHTGREY;
|
||||||
padding: 0rem;
|
padding: 0rem;
|
||||||
margin: 0rem;
|
margin: 0rem;
|
||||||
font-size: 1.0cm;
|
font-size: 1.0cm;
|
||||||
@ -77,6 +77,7 @@ body {
|
|||||||
min-width: 14.5rem;
|
min-width: 14.5rem;
|
||||||
min-height: 8.65rem;
|
min-height: 8.65rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
background-color: WHITE;
|
||||||
}
|
}
|
||||||
.card::before {
|
.card::before {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@ -333,6 +334,7 @@ body {
|
|||||||
padding: 0.0mm;
|
padding: 0.0mm;
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
|
background-color: WHITE !important;
|
||||||
-webkit-print-color-adjust: exact !important;
|
-webkit-print-color-adjust: exact !important;
|
||||||
print-color-adjust: exact !important;
|
print-color-adjust: exact !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user