Replace box shadow by larger border width when a task is recently modified
This commit is contained in:
@@ -22,6 +22,7 @@ New features:
|
|||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
|
* Replace box shadow by larger border width when a task is recently modified
|
||||||
* Do not refresh the whole page when changing subtask status
|
* Do not refresh the whole page when changing subtask status
|
||||||
* Add dropdown menu with inline popup for all task actions
|
* Add dropdown menu with inline popup for all task actions
|
||||||
* Change sidebar style
|
* 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 {
|
div.task-board-recent {
|
||||||
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
|
border-width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.task-board-status-closed {
|
div.task-board-status-closed {
|
||||||
|
|||||||
Reference in New Issue
Block a user