diff --git a/bookmarklet.js b/bookmarklet.js index d8af92b..ea92d33 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -85,9 +85,9 @@ 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"); + jQuery("#card-print-dialog-title").text("Card Printer"); //print(); }); @@ -392,9 +392,9 @@ /*!
-
Card Print
+
Card Printer
- +
@@ -808,8 +808,8 @@ body { position: absolute; left: 0rem; top: 0rem; - height: 3.2rem; - width: 3.2rem; + height: 3.0rem; + width: 3.0rem; border-radius: 50% !important; background-color: LIGHTSEAGREEN !important; background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Objects.png); @@ -817,7 +817,7 @@ body { background-position: center; background-size: 63%; } -.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); } @@ -962,7 +962,7 @@ body { } .badge, .shadow { border-style: solid; - border-color: #555; + border-color: #333; border-top-width: 0.12rem; border-left-width: 0.12rem; border-bottom-width: 0.21rem; @@ -971,7 +971,7 @@ body { } .badge { // WHITESMOKE, GAINSBOROM; - background-color: WHITESMOKE; + background-color: #E0E0E0; } .hidden { display: none;