100 lines
1.8 KiB
CSS
100 lines
1.8 KiB
CSS
a {
|
|
color: #eeeeee !important;
|
|
}
|
|
|
|
a:hover {
|
|
color: #4183C4 !important;
|
|
}
|
|
|
|
.task-description {
|
|
font-size: 14pt;
|
|
line-height: 1.25em;
|
|
/*text-align: justify;*/
|
|
}
|
|
|
|
.ui.jira-avatar.image {
|
|
width: 45px;
|
|
height: auto;
|
|
/*font-size: 1em;*/
|
|
margin-right: 4px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.ui.jira-avatar.image > img {
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.ui.divided.items > .item:last-child {
|
|
border-bottom: 0 !important;
|
|
}
|
|
|
|
.ui.divided.items > .item {
|
|
border-bottom: 1px solid rgba(250, 250, 250, 0.25);
|
|
}
|
|
|
|
.ui.label {
|
|
opacity: 0.85;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.ui.divided.items > .item.blocker.bottom-separator {
|
|
border-bottom: 3px double rgba(219, 40, 40, 0.5);
|
|
}
|
|
|
|
.ui.divided.items > .item.critical.bottom-separator {
|
|
border-bottom: 3px double rgba(242, 113, 28, 0.5);
|
|
}
|
|
|
|
.ui.divided.items > .item.major.bottom-separator {
|
|
border-bottom: 3px double rgba(181, 204, 24, 0.5);
|
|
}
|
|
|
|
.ui.divided.items > .item.minor.bottom-separator {
|
|
border-bottom: 3px double rgba(0, 181, 173, 0.5);
|
|
}
|
|
|
|
/*Nothing below trivial, no separator needed*/
|
|
/*.ui.divided.items > .item.trivial.bottom-separator {*/
|
|
/*border-bottom: 1px solid rgba(181, 204, 24, 0.5);*/
|
|
/*}*/
|
|
|
|
.ui.images {
|
|
width: 45px;
|
|
height: 45px;
|
|
margin-left: 0px;
|
|
margin-right: 4px;
|
|
margin-bottom: 0;
|
|
border-radius: 4px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.ui.images .image {
|
|
margin: 0;
|
|
width: 45px;
|
|
height: 45px;
|
|
}
|
|
|
|
/* 2 images */
|
|
.ui.two.images .image {
|
|
width: 22px;
|
|
object-fit: cover;
|
|
}
|
|
|
|
/* 3 images */
|
|
.ui.three.images .image {
|
|
height: 22px;
|
|
}
|
|
.ui.three.images .image:first-child {
|
|
object-fit: cover;
|
|
}
|
|
.ui.three.images .image:not(:first-child) {
|
|
width: 22px;
|
|
margin-top: -14px;
|
|
}
|
|
|
|
/* 4 images */
|
|
.ui.four.images .image {
|
|
height: 22px;
|
|
width: 22px;
|
|
}
|