add icons

This commit is contained in:
Bengt Brodersen 2015-06-09 00:12:21 +02:00
parent d03350fb1b
commit 217ddd42f4
4 changed files with 11 additions and 3 deletions

View File

@ -811,7 +811,7 @@ body {
height: 3.2rem;
width: 3.2rem;
border-radius: 50% !important;
background-color: GREENYELLOW !important;
background-color: LIGHTSEAGREEN !important;
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Objects.png);
background-repeat: no-repeat;
background-position: center;
@ -830,8 +830,16 @@ body {
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/Gear.png);
background-color: PEACHPUFF !important;
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Task.png);
}
.issue-icon[type="new feature"] {
background-color: LIMEGREEN !important;
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Plus.png);
}
.issue-icon[type="improvement"] {
background-color: CORNFLOWERBLUE !important;
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Arrow.png);
}
.issue-estimate {
position: absolute;

BIN
resources/icons/Arrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
resources/icons/Plus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
resources/icons/Task.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB