fix priority icon color when loading task into nav

This commit is contained in:
Felix Niklas 2014-10-31 11:05:15 +01:00
parent e5e0af322a
commit f914658ff0

View file

@ -256,6 +256,7 @@ table {
font-weight: normal; font-weight: normal;
font-size: 12px; font-size: 12px;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 1px;
} }
.table > tbody > tr > td { .table > tbody > tr > td {
@ -1756,10 +1757,14 @@ footer {
.task.active .priority.icon, .task.active .priority.icon,
.task.active .modified.priority.icon, .task.active .modified.priority.icon,
.task.active .modified.priority.icon:after { .task.active .modified.priority.icon:after {
background: white; background-color: white;
border-color: white; border-color: white;
} }
.task.active .priority.icon:after {
background-color: #389ed9;
}
.level-1 { .level-1 {
color: #38ae6a; color: #38ae6a;
} }