More styling updates.
This commit is contained in:
parent
dba0d7c9f9
commit
62dd6745bd
1 changed files with 8 additions and 6 deletions
|
@ -19,13 +19,15 @@ li.milestone {
|
||||||
width: 105px;
|
width: 105px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-heading {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.issue-row {
|
.issue-row {
|
||||||
.color-label {
|
.color-label {
|
||||||
padding: 5px !important;
|
border-radius: 2px;
|
||||||
|
padding: 3px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Issue title
|
||||||
|
span a {
|
||||||
|
color: rgba(0,0,0,0.64);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -47,7 +49,7 @@ li.milestone {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
.issue-number{
|
.issue-number{
|
||||||
color: #D1D1D1;
|
color: rgba(0,0,0,0.44);
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
.color-label {
|
.color-label {
|
||||||
|
|
Loading…
Reference in a new issue