Add Google authentication
This commit is contained in:
@@ -229,6 +229,11 @@ input.form-date {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.form-row {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/* alerts */
|
||||
.alert {
|
||||
padding: 8px 35px 8px 14px;
|
||||
|
||||
@@ -265,7 +265,7 @@
|
||||
item.style.opacity = "1.0";
|
||||
}
|
||||
|
||||
if (filterDueDate && dueDate == "") {
|
||||
if (filterDueDate && (dueDate == "" || dueDate == "0")) {
|
||||
item.style.opacity = "0.2";
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user