diff --git a/bookmarklet.js b/bookmarklet.js index 3c442de..86c8b71 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -85,7 +85,7 @@ jQuery("#hide-due-date-checkbox").attr('checked', readCookie("card_printer_hide_due_date", 'false') == 'true'); jQuery("#hide-status-checkbox").attr('checked', readCookie("card_printer_hide_status", 'true') == 'true'); - jQuery("#card-print-dialog-title").text("Card Print - Loading " + issueKeyList.length + " issues..."); + jQuery("#card-print-dialog-title").text("Card Printer - Loading issues..."); renderCards(issueKeyList, function() { jQuery("#card-print-dialog-title").text("Card Print"); //print(); @@ -394,7 +394,7 @@
Card Print
- +
@@ -817,7 +817,7 @@ body { background-position: center; background-size: 70%; } -.issue-icon[type="story"] { +.issue-icon[type="story"], .issue-icon[type="user story"]{ background-color: GOLD !important; background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Bulb.png); } @@ -971,7 +971,7 @@ body { } .badge { // WHITESMOKE, GAINSBOROM; - background-color: #E339E3; + background-color: #E0E0E0; } .hidden { display: none;