Replace box shadow by larger border width when a task is recently modified
This commit is contained in:
parent
4e07ad6555
commit
9ae2024b0a
|
|
@ -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
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue