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

@ -22,6 +22,7 @@ New features:
Improvements:
* Replace box shadow by larger border width when a task is recently modified
* Do not refresh the whole page when changing subtask status
* Add dropdown menu with inline popup for all task actions
* Change sidebar style

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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 {