diff --git a/bookmarklet.js b/bookmarklet.js index 24f8971..8d10856 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -762,6 +762,10 @@ background-color: ROYALBLUE !important; background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Flash.png); } + .issue-icon[type="task"] { + background-color: ORANGE !important; + background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Task.png); + } .issue-estimate { position: absolute; left: 2.5rem; diff --git a/resources/ZigZag.png b/resources/ZigZag.png deleted file mode 100644 index 3cba690..0000000 Binary files a/resources/ZigZag.png and /dev/null differ diff --git a/resources/icons/Task.png b/resources/icons/Task.png new file mode 100644 index 0000000..23f4233 Binary files /dev/null and b/resources/icons/Task.png differ