Replace box shadow by larger border width when a task is recently modified

This commit is contained in:
Frederic Guillot
2016-02-05 18:33:49 -05:00
parent 4e07ad6555
commit 9ae2024b0a
4 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
}
div.task-board-recent {
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
border-width: 2px;
}
div.task-board-status-closed {