feat(core): adding of more ticket status icons

ref: #250 #96 #93 #95 #90 #264 #265
This commit is contained in:
2024-09-06 17:58:14 +09:30
parent 7a2f7fdf3d
commit 685b8266e4
13 changed files with 72 additions and 4 deletions

View File

@ -296,6 +296,41 @@
fill: #2e9200;
}
#icon.ticket-status-assigned_planning svg {
background-color: #e1ffb2;
border: none;
border-radius: 10px;
fill: #2e9200;
}
#icon.ticket-status-approvals svg {
background-color: #ffceb2;
border: none;
border-radius: 10px;
fill: #d86100;
}
#icon.ticket-status-accepted svg {
background-color: #e1ffb2;
border: none;
border-radius: 10px;
fill: #2e9200;
}
#icon.ticket-status-evaluation svg {
background-color: #b2d6ff;
border: none;
border-radius: 10px;
fill: #007592;
}
#icon.ticket-status-testing svg {
background-color: #b2d3ff;
border: none;
border-radius: 10px;
fill: #8c00ff;
}
#icon.ticket-status-draft svg {
background-color: #cacaca;
border: none;
@ -331,6 +366,13 @@
fill: #640092;
}
#icon.ticket-status-invalid svg {
background-color: #ffb2b6;
border: none;
border-radius: 10px;
fill: #920000;
}
#ticket-comments #comment {
border: 1px solid #177ee6;