Replace box shadow by a black border for recent tasks

This commit is contained in:
Frédéric Guillot 2014-11-08 13:40:31 -05:00
parent ffcbc01716
commit e0117cb8ed
2 changed files with 4 additions and 4 deletions

View File

@ -586,8 +586,8 @@ a.filter-on {
word-wrap: break-word;
}
.task-board-recent {
box-shadow: 0px 0px 10px rgba(130, 130, 130, 1);
div.task-board-recent {
border: 1px solid #666;
}
.task-table a,

View File

@ -9,8 +9,8 @@
word-wrap: break-word;
}
.task-board-recent {
box-shadow: 0px 0px 10px rgba(130, 130, 130, 1);
div.task-board-recent {
border: 1px solid #666;
}
.task-table a,