diff --git a/bookmarklet.js b/bookmarklet.js index b5b6382..313f50a 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -183,7 +183,7 @@ 'width': '100%', 'top': '0', 'left': '0', - 'background': 'rgba(0, 0, 0, 0.5)', + 'background': 'rgba(0, 0, 0, 0.0)', 'boxSizing': 'border-box', 'wordWrap': 'break-word', 'zIndex': '99999' diff --git a/printPreview.css b/printPreview.css index 027a6f6..ca24c1c 100644 --- a/printPreview.css +++ b/printPreview.css @@ -2,6 +2,17 @@ font-family: Arial, sans-serif; color: #656565; } +#card-print-overlay { + position: fixed; + height: 100%; + width: 100%; + top: 0; + left: 0; + background: rgba(0, 0, 0, 0.5); + box-sizing: border-box; + word-wrap: break-word; + z-index: 99999; +} #card-print-dialog { position: relative; top: 60px; diff --git a/printPreview.html b/printPreview.html index bc5e1fb..ce629cc 100644 --- a/printPreview.html +++ b/printPreview.html @@ -1,4 +1,3 @@ -
Card Printer