mirror of
https://github.com/plankanban/planka.git
synced 2025-12-27 09:14:59 +03:00
Rename deadline to due date, update dependencies
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
padding: 8px 8px 0 16px !important;
|
||||
}
|
||||
|
||||
.deadline {
|
||||
.dueDate {
|
||||
background: #dce0e4;
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
@@ -78,7 +78,7 @@
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.deadline:hover {
|
||||
.dueDate:hover {
|
||||
background: #d2d8dc;
|
||||
color: #17394d;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user