Change the color of highlighted tasks to grey
This commit is contained in:
parent
5e10d2d29f
commit
0f825844d4
|
|
@ -585,7 +585,7 @@ a.filter-on {
|
|||
}
|
||||
|
||||
.task-board-recent {
|
||||
box-shadow: 0px 0px 10px rgba(82, 158, 236, 1);
|
||||
box-shadow: 0px 0px 10px rgba(130, 130, 130, 1);
|
||||
}
|
||||
|
||||
.task-table a,
|
||||
|
|
|
|||
Loading…
Reference in New Issue