fix priority icon color when loading task into nav
This commit is contained in:
parent
e5e0af322a
commit
f914658ff0
1 changed files with 6 additions and 1 deletions
|
@ -256,6 +256,7 @@ table {
|
|||
font-weight: normal;
|
||||
font-size: 12px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.table > tbody > tr > td {
|
||||
|
@ -1756,10 +1757,14 @@ footer {
|
|||
.task.active .priority.icon,
|
||||
.task.active .modified.priority.icon,
|
||||
.task.active .modified.priority.icon:after {
|
||||
background: white;
|
||||
background-color: white;
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.task.active .priority.icon:after {
|
||||
background-color: #389ed9;
|
||||
}
|
||||
|
||||
.level-1 {
|
||||
color: #38ae6a;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue