1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-25 16:19:47 +02:00

Rename deadline to due date, update dependencies

This commit is contained in:
Maksim Eltyshev 2019-10-05 06:12:36 +05:00
parent 64acf0ac56
commit 51013b6a32
31 changed files with 113 additions and 115 deletions

View file

@ -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;
}